Image Classification
Transformers
Safetensors
English
siglip
siglip2
Not-For-All-Audiences
art
Synthetic
nsfw
sfw
Anime Picture
Hentai
Normal
Pornography
Enticing
Sensual
Update README.md
Browse files
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 |
-
|
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 |

|
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 |

|
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 |
---
|