Update README.md
Browse files
README.md
CHANGED
@@ -14,12 +14,16 @@ tags:
|
|
14 |
- Sensual
|
15 |
- Neutral
|
16 |
- Anime
|
|
|
17 |
---
|
18 |
|
19 |
# **Mature-Content-Detection**
|
20 |
|
21 |
> **Mature-Content-Detection** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify images into various mature or neutral content categories using the **SiglipForImageClassification** architecture.
|
22 |
|
|
|
|
|
|
|
23 |
```py
|
24 |
Classification Report:
|
25 |
precision recall f1-score support
|
|
|
14 |
- Sensual
|
15 |
- Neutral
|
16 |
- Anime
|
17 |
+
- ViT
|
18 |
---
|
19 |
|
20 |
# **Mature-Content-Detection**
|
21 |
|
22 |
> **Mature-Content-Detection** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify images into various mature or neutral content categories using the **SiglipForImageClassification** architecture.
|
23 |
|
24 |
+
> [!Note]
|
25 |
+
> Use this model to support positive, safe, and respectful digital spaces. Misuse is strongly discouraged and may violate platform or regional policies.
|
26 |
+
|
27 |
```py
|
28 |
Classification Report:
|
29 |
precision recall f1-score support
|