File size: 573 Bytes
c4d68e6
 
 
 
 
 
2a4e188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: apache-2.0
metrics:
- accuracy
- f1
---
Returns whether the Japanese food or beverage is in an image.

See https://www.kaggle.com/code/dima806/food-beverages-japan-image-detection-vit for more details.

```
Classification report:

              precision    recall  f1-score   support

        food     0.8898    0.8879    0.8889       473
    beverage     0.8882    0.8901    0.8891       473

    accuracy                         0.8890       946
   macro avg     0.8890    0.8890    0.8890       946
weighted avg     0.8890    0.8890    0.8890       946
```