lewtun HF staff commited on
Commit
caf2340
1 Parent(s): 0fbcde2

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-7985071).\
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 +53 -0
README.md CHANGED
@@ -21,6 +21,59 @@ model-index:
21
  - name: Accuracy
22
  type: accuracy
23
  value: 0.9022556390977443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
21
  - name: Accuracy
22
  type: accuracy
23
  value: 0.9022556390977443
24
+ - task:
25
+ type: image-classification
26
+ name: Image Classification
27
+ dataset:
28
+ name: beans
29
+ type: beans
30
+ config: default
31
+ split: test
32
+ metrics:
33
+ - name: Accuracy
34
+ type: accuracy
35
+ value: 0.921875
36
+ verified: true
37
+ - name: Precision Macro
38
+ type: precision
39
+ value: 0.929318068690891
40
+ verified: true
41
+ - name: Precision Micro
42
+ type: precision
43
+ value: 0.921875
44
+ verified: true
45
+ - name: Precision Weighted
46
+ type: precision
47
+ value: 0.9287658661025386
48
+ verified: true
49
+ - name: Recall Macro
50
+ type: recall
51
+ value: 0.9217423403469915
52
+ verified: true
53
+ - name: Recall Micro
54
+ type: recall
55
+ value: 0.921875
56
+ verified: true
57
+ - name: Recall Weighted
58
+ type: recall
59
+ value: 0.921875
60
+ verified: true
61
+ - name: F1 Macro
62
+ type: f1
63
+ value: 0.9232919254658385
64
+ verified: true
65
+ - name: F1 Micro
66
+ type: f1
67
+ value: 0.921875
68
+ verified: true
69
+ - name: F1 Weighted
70
+ type: f1
71
+ value: 0.9230832686335404
72
+ verified: true
73
+ - name: loss
74
+ type: loss
75
+ value: 0.20743493735790253
76
+ verified: true
77
  ---
78
 
79
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You