prithivMLmods commited on
Commit
dea4268
·
verified ·
1 Parent(s): 72e2662

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -15
README.md CHANGED
@@ -5,27 +5,14 @@ language:
5
  pipeline_tag: image-classification
6
  library_name: transformers
7
  ---
8
-
9
 
10
  nsfw-image-detection is a vision-language encoder model fine-tuned from siglip2-base-patch16-256 for multi-class image classification. Built on the SiglipForImageClassification architecture, the model is trained to identify and categorize content types in images, especially for explicit, suggestive, or safe media filtering.
11
 
12
-
13
-
14
  ---
15
 
16
- ## **Quick Start with Transformers🤗**
17
-
18
- The model classifies each image into one of the following content categories:
19
-
20
- ```
21
- Class 0: "Anime Picture"
22
- Class 1: "Hentai"
23
- Class 2: "Normal"
24
- Class 3: "Pornography"
25
- Class 4: "Enticing or Sensual"
26
- ```
27
 
28
- ---
29
 
30
  ## **Install Dependencies**
31
 
@@ -106,4 +93,16 @@ Enticing or Sensual 0.9132 0.9429 0.9278 5600
106
 
107
  ![download.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/psonZ0OXSjqgLRDkFtRTh.png)
108
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  ---
 
5
  pipeline_tag: image-classification
6
  library_name: transformers
7
  ---
8
+ # **nsfw-image-detection**
9
 
10
  nsfw-image-detection is a vision-language encoder model fine-tuned from siglip2-base-patch16-256 for multi-class image classification. Built on the SiglipForImageClassification architecture, the model is trained to identify and categorize content types in images, especially for explicit, suggestive, or safe media filtering.
11
 
 
 
12
  ---
13
 
14
+ # **Quick Start with Transformers🤗**
 
 
 
 
 
 
 
 
 
 
15
 
 
16
 
17
  ## **Install Dependencies**
18
 
 
93
 
94
  ![download.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/psonZ0OXSjqgLRDkFtRTh.png)
95
 
96
+ ---
97
+
98
+ The model classifies each image into one of the following content categories:
99
+
100
+ ```
101
+ Class 0: "Anime Picture"
102
+ Class 1: "Hentai"
103
+ Class 2: "Normal"
104
+ Class 3: "Pornography"
105
+ Class 4: "Enticing or Sensual"
106
+ ```
107
+
108
  ---