Update README.md
Browse files
README.md
CHANGED
@@ -19,3 +19,16 @@ tags:
|
|
19 |
- SigLIP2
|
20 |
---
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
- SigLIP2
|
20 |
---
|
21 |
|
22 |
+
```py
|
23 |
+
Classification Report:
|
24 |
+
precision recall f1-score support
|
25 |
+
|
26 |
+
female portrait 0.9754 0.9656 0.9705 1600
|
27 |
+
male portrait 0.9660 0.9756 0.9708 1600
|
28 |
+
|
29 |
+
accuracy 0.9706 3200
|
30 |
+
macro avg 0.9707 0.9706 0.9706 3200
|
31 |
+
weighted avg 0.9707 0.9706 0.9706 3200
|
32 |
+
```
|
33 |
+
|
34 |
+

|