Image Classification
Transformers
Safetensors
English
siglip
fashion
mnist
siglip2
prithivMLmods commited on
Commit
4e6e19b
·
verified ·
1 Parent(s): d93f333

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```py
2
+ Classification Report:
3
+ precision recall f1-score support
4
+
5
+ T-shirt / top 0.8142 0.9147 0.8615 6000
6
+ Trouser 0.9935 0.9870 0.9902 6000
7
+ Pullover 0.8901 0.8610 0.8753 6000
8
+ Dress 0.9098 0.9300 0.9198 6000
9
+ Coat 0.8636 0.8865 0.8749 6000
10
+ Sandal 0.9857 0.9847 0.9852 6000
11
+ Shirt 0.8076 0.6962 0.7478 6000
12
+ Sneaker 0.9663 0.9695 0.9679 6000
13
+ Bag 0.9779 0.9805 0.9792 6000
14
+ Ankle boot 0.9698 0.9700 0.9699 6000
15
+
16
+ accuracy 0.9180 60000
17
+ macro avg 0.9179 0.9180 0.9172 60000
18
+ weighted avg 0.9179 0.9180 0.9172 60000
19
+ ```
20
+
21
+ ![Untitled.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/4RcQ0vyPssALOOCIhpNqu.png)