Update README.md
Browse files
README.md
CHANGED
@@ -24,23 +24,22 @@ tags:
|
|
24 |
> *SigLIP 2: Multilingual Vision-Language Encoders with Improved Semantic Understanding, Localization, and Dense Features*
|
25 |
> [https://arxiv.org/pdf/2502.14786](https://arxiv.org/pdf/2502.14786)
|
26 |
|
27 |
-
|
28 |
```py
|
29 |
Classification Report:
|
30 |
precision recall f1-score support
|
31 |
|
32 |
-
Child 0-12 0.
|
33 |
-
Teenager 13-20 0.
|
34 |
-
Adult 21-44 0.
|
35 |
-
Middle Age 45-64 0.
|
36 |
-
Aged 65+ 0.
|
37 |
|
38 |
-
accuracy 0.
|
39 |
-
macro avg 0.
|
40 |
-
weighted avg 0.
|
41 |
```
|
42 |
|
43 |
-

|
26 |
|
|
|
27 |
```py
|
28 |
Classification Report:
|
29 |
precision recall f1-score support
|
30 |
|
31 |
+
Child 0-12 0.9827 0.9859 0.9843 2193
|
32 |
+
Teenager 13-20 0.9663 0.8713 0.9163 1779
|
33 |
+
Adult 21-44 0.9669 0.9884 0.9775 9999
|
34 |
+
Middle Age 45-64 0.9665 0.9538 0.9601 3785
|
35 |
+
Aged 65+ 0.9737 0.9706 0.9722 1260
|
36 |
|
37 |
+
accuracy 0.9691 19016
|
38 |
+
macro avg 0.9713 0.9540 0.9621 19016
|
39 |
+
weighted avg 0.9691 0.9691 0.9688 19016
|
40 |
```
|
41 |
|
42 |
+

|
43 |
|
44 |
---
|
45 |
|