Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,21 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- deepghs/anime_classification
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- deepghs/anime_classification
|
5 |
+
---
|
6 |
+
|
7 |
+
```py
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
3D 0.7979 0.8443 0.8204 4649
|
12 |
+
Bangumi 0.8677 0.8728 0.8702 4914
|
13 |
+
Comic 0.9716 0.9233 0.9468 5746
|
14 |
+
Illustration 0.8204 0.8186 0.8195 6064
|
15 |
+
|
16 |
+
accuracy 0.8648 21373
|
17 |
+
macro avg 0.8644 0.8647 0.8642 21373
|
18 |
+
weighted avg 0.8670 0.8648 0.8656 21373
|
19 |
+
```
|
20 |
+
|
21 |
+

|
22 |
+
|