lewtun HF staff commited on
Commit
21803f4
1 Parent(s): 5e0eb1c

Add evaluation results on beans dataset

Browse files

Beep 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-7985076).\
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).

Files changed (1) hide show
  1. README.md +56 -4
README.md CHANGED
@@ -8,7 +8,6 @@ datasets:
8
  - beans
9
  metrics:
10
  - accuracy
11
-
12
  model-index:
13
  - name: vit-base-beans-demo
14
  results:
@@ -20,9 +19,62 @@ model-index:
20
  type: beans
21
  args: default
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.9774436090225563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
8
  - beans
9
  metrics:
10
  - accuracy
 
11
  model-index:
12
  - name: vit-base-beans-demo
13
  results:
 
19
  type: beans
20
  args: default
21
  metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.9774436090225563
25
+ - task:
26
+ type: image-classification
27
+ name: Image Classification
28
+ dataset:
29
+ name: beans
30
+ type: beans
31
+ config: default
32
+ split: test
33
+ metrics:
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.921875
37
+ verified: true
38
+ - name: Precision Macro
39
+ type: precision
40
+ value: 0.9267070114310165
41
+ verified: true
42
+ - name: Precision Micro
43
+ type: precision
44
+ value: 0.921875
45
+ verified: true
46
+ - name: Precision Weighted
47
+ type: precision
48
+ value: 0.9263249587383091
49
+ verified: true
50
+ - name: Recall Macro
51
+ type: recall
52
+ value: 0.9221114802510151
53
+ verified: true
54
+ - name: Recall Micro
55
+ type: recall
56
+ value: 0.921875
57
+ verified: true
58
+ - name: Recall Weighted
59
+ type: recall
60
+ value: 0.921875
61
+ verified: true
62
+ - name: F1 Macro
63
+ type: f1
64
+ value: 0.9219292629455018
65
+ verified: true
66
+ - name: F1 Micro
67
+ type: f1
68
+ value: 0.921875
69
+ verified: true
70
+ - name: F1 Weighted
71
+ type: f1
72
+ value: 0.9216017148303357
73
+ verified: true
74
+ - name: loss
75
+ type: loss
76
+ value: 0.22961583733558655
77
+ verified: true
78
  ---
79
 
80
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You