Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
Classification report:
|
@@ -12,6 +18,4 @@ license: apache-2.0
|
|
12 |
|
13 |
accuracy 0.9905 4000
|
14 |
macro avg 0.9906 0.9905 0.9905 4000
|
15 |
-
weighted avg 0.9906 0.9905 0.9905 4000
|
16 |
-
|
17 |
-

|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google/siglip2-base-patch16-224
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
|
11 |
Classification report:
|
|
|
18 |
|
19 |
accuracy 0.9905 4000
|
20 |
macro avg 0.9906 0.9905 0.9905 4000
|
21 |
+
weighted avg 0.9906 0.9905 0.9905 4000
|
|
|
|