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
@@ -15,6 +15,27 @@ Original Model : https://huggingface.co/prithivMLmods/siglip2-x256-explicit-cont
|
|
15 |
|
16 |
---
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
# **Quick Start with Transformers🤗**
|
19 |
|
20 |
|
@@ -76,28 +97,7 @@ if __name__ == "__main__":
|
|
76 |
iface.launch()
|
77 |
```
|
78 |
|
79 |
-
---
|
80 |
-
|
81 |
-
## **Evals**
|
82 |
|
83 |
-
```py
|
84 |
-
Classification Report:
|
85 |
-
precision recall f1-score support
|
86 |
-
|
87 |
-
Anime Picture 0.8940 0.8718 0.8827 5600
|
88 |
-
Hentai 0.8961 0.8935 0.8948 4180
|
89 |
-
Normal 0.9100 0.8895 0.8997 5503
|
90 |
-
Pornography 0.9496 0.9654 0.9574 5600
|
91 |
-
Enticing or Sensual 0.9132 0.9429 0.9278 5600
|
92 |
-
|
93 |
-
accuracy 0.9137 26483
|
94 |
-
macro avg 0.9126 0.9126 0.9125 26483
|
95 |
-
weighted avg 0.9135 0.9137 0.9135 26483
|
96 |
-
```
|
97 |
-
|
98 |
-
---
|
99 |
-
|
100 |
-

|
101 |
|
102 |
---
|
103 |
## **Demo Inference**
|
|
|
15 |
|
16 |
---
|
17 |
|
18 |
+
## **Evals**
|
19 |
+
|
20 |
+
```py
|
21 |
+
Classification Report:
|
22 |
+
precision recall f1-score support
|
23 |
+
|
24 |
+
Anime Picture 0.8940 0.8718 0.8827 5600
|
25 |
+
Hentai 0.8961 0.8935 0.8948 4180
|
26 |
+
Normal 0.9100 0.8895 0.8997 5503
|
27 |
+
Pornography 0.9496 0.9654 0.9574 5600
|
28 |
+
Enticing or Sensual 0.9132 0.9429 0.9278 5600
|
29 |
+
|
30 |
+
accuracy 0.9137 26483
|
31 |
+
macro avg 0.9126 0.9126 0.9125 26483
|
32 |
+
weighted avg 0.9135 0.9137 0.9135 26483
|
33 |
+
```
|
34 |
+
|
35 |
+

|
36 |
+
|
37 |
+
---
|
38 |
+
|
39 |
# **Quick Start with Transformers🤗**
|
40 |
|
41 |
|
|
|
97 |
iface.launch()
|
98 |
```
|
99 |
|
|
|
|
|
|
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
---
|
103 |
## **Demo Inference**
|