Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,25 @@ tags:
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## **Label Space: 5 Classes**
|
| 31 |
|
| 32 |
This model classifies each image into one of the following content types:
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
| 30 |
+
```py
|
| 31 |
+
Classification Report:
|
| 32 |
+
precision recall f1-score support
|
| 33 |
+
|
| 34 |
+
Anime Picture 0.9314 0.9139 0.9226 5600
|
| 35 |
+
Hentai Picture 0.9349 0.9213 0.9281 4180
|
| 36 |
+
Normal or Safe 0.9340 0.9328 0.9334 5503
|
| 37 |
+
Pornography 0.9769 0.9650 0.9709 5600
|
| 38 |
+
Enticing or Sensual 0.9264 0.9663 0.9459 5600
|
| 39 |
+
|
| 40 |
+
accuracy 0.9409 26483
|
| 41 |
+
macro avg 0.9407 0.9398 0.9402 26483
|
| 42 |
+
weighted avg 0.9410 0.9409 0.9408 26483
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+

|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
## **Label Space: 5 Classes**
|
| 50 |
|
| 51 |
This model classifies each image into one of the following content types:
|