dima806 commited on
Commit
2a4e188
1 Parent(s): 8395977

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -4,4 +4,19 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/food-beverages-japan-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns whether the Japanese food or beverage is in an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/food-beverages-japan-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ food 0.8898 0.8879 0.8889 473
17
+ beverage 0.8882 0.8901 0.8891 473
18
+
19
+ accuracy 0.8890 946
20
+ macro avg 0.8890 0.8890 0.8890 946
21
+ weighted avg 0.8890 0.8890 0.8890 946
22
+ ```