Add evaluation results on beans dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [beans](https://huggingface.co/datasets/beans) dataset by
@lewtun
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-ac4402f5-7985073).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=beans).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=beans).
README.md
CHANGED
@@ -7,7 +7,60 @@ datasets:
|
|
7 |
- beans
|
8 |
model-index:
|
9 |
- name: vit-base-beans
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- beans
|
8 |
model-index:
|
9 |
- name: vit-base-beans
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: image-classification
|
13 |
+
name: Image Classification
|
14 |
+
dataset:
|
15 |
+
name: beans
|
16 |
+
type: beans
|
17 |
+
config: default
|
18 |
+
split: test
|
19 |
+
metrics:
|
20 |
+
- name: Accuracy
|
21 |
+
type: accuracy
|
22 |
+
value: 0.4140625
|
23 |
+
verified: true
|
24 |
+
- name: Precision Macro
|
25 |
+
type: precision
|
26 |
+
value: 0.39234923492349233
|
27 |
+
verified: true
|
28 |
+
- name: Precision Micro
|
29 |
+
type: precision
|
30 |
+
value: 0.4140625
|
31 |
+
verified: true
|
32 |
+
- name: Precision Weighted
|
33 |
+
type: precision
|
34 |
+
value: 0.3907979860486049
|
35 |
+
verified: true
|
36 |
+
- name: Recall Macro
|
37 |
+
type: recall
|
38 |
+
value: 0.41325212255444815
|
39 |
+
verified: true
|
40 |
+
- name: Recall Micro
|
41 |
+
type: recall
|
42 |
+
value: 0.4140625
|
43 |
+
verified: true
|
44 |
+
- name: Recall Weighted
|
45 |
+
type: recall
|
46 |
+
value: 0.4140625
|
47 |
+
verified: true
|
48 |
+
- name: F1 Macro
|
49 |
+
type: f1
|
50 |
+
value: 0.3298611111111111
|
51 |
+
verified: true
|
52 |
+
- name: F1 Micro
|
53 |
+
type: f1
|
54 |
+
value: 0.4140625
|
55 |
+
verified: true
|
56 |
+
- name: F1 Weighted
|
57 |
+
type: f1
|
58 |
+
value: 0.3292643229166667
|
59 |
+
verified: true
|
60 |
+
- name: loss
|
61 |
+
type: loss
|
62 |
+
value: 1.0843162536621094
|
63 |
+
verified: true
|
64 |
---
|
65 |
|
66 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|