prithivMLmods commited on
Commit
20ad3ab
·
verified ·
1 Parent(s): f8e19b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -20,14 +20,6 @@ tags:
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
- The model categorizes images into five classes:
24
-
25
- - **Class 0:** Anime Picture
26
- - **Class 1:** Hentai
27
- - **Class 2:** Neutral
28
- - **Class 3:** Pornography
29
- - **Class 4:** Enticing or Sensual
30
-
31
  ```py
32
  Classification Report:
33
  precision recall f1-score support
@@ -45,6 +37,14 @@ Enticing or Sensual 0.7699 0.8979 0.8290 5600
45
 
46
  ![download (2).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/ca-xwkO8_dmywConDiO7g.png)
47
 
 
 
 
 
 
 
 
 
48
  # **Run with Transformers 🤗**
49
 
50
  ```python
 
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
 
37
 
38
  ![download (2).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/ca-xwkO8_dmywConDiO7g.png)
39
 
40
+ The model categorizes images into five classes:
41
+
42
+ - **Class 0:** Anime Picture
43
+ - **Class 1:** Hentai
44
+ - **Class 2:** Neutral
45
+ - **Class 3:** Pornography
46
+ - **Class 4:** Enticing or Sensual
47
+
48
  # **Run with Transformers 🤗**
49
 
50
  ```python