Commit
•
54e537f
1
Parent(s):
a15635e
Add evaluation results on Matthijs/snacks dataset (#1)
Browse files- Add evaluation results on Matthijs/snacks dataset (09ba9b840646868ae49261ebae57b8e7b505e6ff)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -1,6 +1,62 @@
|
|
1 |
---
|
2 |
datasets:
|
3 |
- Matthijs/snacks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Vision Transformer fine-tuned on `Matthijs/snacks` dataset
|
|
|
1 |
---
|
2 |
datasets:
|
3 |
- Matthijs/snacks
|
4 |
+
model-index:
|
5 |
+
- name: matteopilotto/vit-base-patch16-224-in21k-snacks
|
6 |
+
results:
|
7 |
+
- task:
|
8 |
+
type: image-classification
|
9 |
+
name: Image Classification
|
10 |
+
dataset:
|
11 |
+
name: Matthijs/snacks
|
12 |
+
type: Matthijs/snacks
|
13 |
+
config: default
|
14 |
+
split: test
|
15 |
+
metrics:
|
16 |
+
- name: Accuracy
|
17 |
+
type: accuracy
|
18 |
+
value: 0.8928571428571429
|
19 |
+
verified: true
|
20 |
+
- name: Precision Macro
|
21 |
+
type: precision
|
22 |
+
value: 0.8990033704680036
|
23 |
+
verified: true
|
24 |
+
- name: Precision Micro
|
25 |
+
type: precision
|
26 |
+
value: 0.8928571428571429
|
27 |
+
verified: true
|
28 |
+
- name: Precision Weighted
|
29 |
+
type: precision
|
30 |
+
value: 0.8972398709051788
|
31 |
+
verified: true
|
32 |
+
- name: Recall Macro
|
33 |
+
type: recall
|
34 |
+
value: 0.8914608843537415
|
35 |
+
verified: true
|
36 |
+
- name: Recall Micro
|
37 |
+
type: recall
|
38 |
+
value: 0.8928571428571429
|
39 |
+
verified: true
|
40 |
+
- name: Recall Weighted
|
41 |
+
type: recall
|
42 |
+
value: 0.8928571428571429
|
43 |
+
verified: true
|
44 |
+
- name: F1 Macro
|
45 |
+
type: f1
|
46 |
+
value: 0.892544821273258
|
47 |
+
verified: true
|
48 |
+
- name: F1 Micro
|
49 |
+
type: f1
|
50 |
+
value: 0.8928571428571429
|
51 |
+
verified: true
|
52 |
+
- name: F1 Weighted
|
53 |
+
type: f1
|
54 |
+
value: 0.8924168605019522
|
55 |
+
verified: true
|
56 |
+
- name: loss
|
57 |
+
type: loss
|
58 |
+
value: 0.479541540145874
|
59 |
+
verified: true
|
60 |
---
|
61 |
|
62 |
# Vision Transformer fine-tuned on `Matthijs/snacks` dataset
|