Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
```py
|
6 |
+
Classification Report:
|
7 |
+
precision recall f1-score support
|
8 |
+
|
9 |
+
Anime Picture 0.8130 0.8066 0.8098 5600
|
10 |
+
Hentai 0.8317 0.8134 0.8224 4180
|
11 |
+
Neutral 0.8344 0.7785 0.8055 5503
|
12 |
+
Pornography 0.9161 0.8464 0.8799 5600
|
13 |
+
Enticing or Sensual 0.7699 0.8979 0.8290 5600
|
14 |
+
|
15 |
+
accuracy 0.8296 26483
|
16 |
+
macro avg 0.8330 0.8286 0.8293 26483
|
17 |
+
weighted avg 0.8331 0.8296 0.8298 26483
|
18 |
+
```
|