dima806 commited on
Commit
2894417
1 Parent(s): 712b91a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -4,4 +4,23 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/jellyfish-types-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns jellyfish type based on image.
8
+
9
+ See https://www.kaggle.com/code/dima806/jellyfish-types-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ blue_jellyfish 1.0000 1.0000 1.0000 30
17
+ barrel_jellyfish 1.0000 1.0000 1.0000 30
18
+ mauve_stinger_jellyfish 1.0000 1.0000 1.0000 30
19
+ Moon_jellyfish 1.0000 1.0000 1.0000 30
20
+ compass_jellyfish 1.0000 1.0000 1.0000 30
21
+ lions_mane_jellyfish 1.0000 1.0000 1.0000 30
22
+
23
+ accuracy 1.0000 180
24
+ macro avg 1.0000 1.0000 1.0000 180
25
+ weighted avg 1.0000 1.0000 1.0000 180
26
+ ```