dima806 commited on
Commit
5fcd0fa
1 Parent(s): a72cd4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -4,4 +4,30 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/wild-cats-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns wild cat given an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/wild-cats-image-detection-vit for more details.
10
+
11
+
12
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/OLnWwhtPz-WG4sybUm4BQ.png)
13
+
14
+ ```
15
+ Classification report:
16
+
17
+ precision recall f1-score support
18
+
19
+ LIONS 1.0000 1.0000 1.0000 99
20
+ CARACAL 1.0000 1.0000 1.0000 99
21
+ AFRICAN LEOPARD 0.9897 0.9697 0.9796 99
22
+ CHEETAH 0.9899 0.9899 0.9899 99
23
+ SNOW LEOPARD 0.9900 0.9900 0.9900 100
24
+ TIGER 1.0000 1.0000 1.0000 99
25
+ OCELOT 0.9899 0.9899 0.9899 99
26
+ JAGUAR 0.9802 1.0000 0.9900 99
27
+ PUMA 1.0000 1.0000 1.0000 100
28
+ CLOUDED LEOPARD 0.9899 0.9899 0.9899 99
29
+
30
+ accuracy 0.9929 992
31
+ macro avg 0.9930 0.9929 0.9929 992
32
+ weighted avg 0.9930 0.9929 0.9929 992
33
+ ```