prithivMLmods commited on
Commit
c12e5ca
·
verified ·
1 Parent(s): 7e76bf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -2,4 +2,24 @@
2
  license: apache-2.0
3
  datasets:
4
  - vieanh/sports_img_classification
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  datasets:
4
  - vieanh/sports_img_classification
5
+ ---
6
+
7
+ ```py
8
+ Classification Report:
9
+ precision recall f1-score support
10
+
11
+ badminton 0.9385 0.9760 0.9569 1125
12
+ cricket 0.9583 0.9739 0.9660 1226
13
+ football 0.9821 0.9144 0.9470 958
14
+ karate 0.9513 0.9611 0.9562 488
15
+ swimming 0.9960 0.9650 0.9802 514
16
+ tennis 0.9425 0.9530 0.9477 1169
17
+ wrestling 0.9761 0.9753 0.9757 1175
18
+
19
+ accuracy 0.9606 6655
20
+ macro avg 0.9635 0.9598 0.9614 6655
21
+ weighted avg 0.9611 0.9606 0.9606 6655
22
+ ```
23
+
24
+ ![download.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/rrUjAtRXEZWIOySA_7n1r.png)
25
+