nickmuchi autoevaluator HF staff commited on
Commit
ce033b1
1 Parent(s): 88472f8

Add evaluation results on beans dataset (#1)

Browse files

- Add evaluation results on beans dataset (e9fa39080e74fd45eccf4a6053cf2d0cdacf5155)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -28,6 +28,59 @@ model-index:
28
  - name: Accuracy
29
  type: accuracy
30
  value: 0.9849624060150376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
  - name: Accuracy
29
  type: accuracy
30
  value: 0.9849624060150376
31
+ - task:
32
+ type: image-classification
33
+ name: Image Classification
34
+ dataset:
35
+ name: beans
36
+ type: beans
37
+ config: default
38
+ split: test
39
+ metrics:
40
+ - name: Accuracy
41
+ type: accuracy
42
+ value: 0.96875
43
+ verified: true
44
+ - name: Precision Macro
45
+ type: precision
46
+ value: 0.9716312056737588
47
+ verified: true
48
+ - name: Precision Micro
49
+ type: precision
50
+ value: 0.96875
51
+ verified: true
52
+ - name: Precision Weighted
53
+ type: precision
54
+ value: 0.9714095744680851
55
+ verified: true
56
+ - name: Recall Macro
57
+ type: recall
58
+ value: 0.9689922480620154
59
+ verified: true
60
+ - name: Recall Micro
61
+ type: recall
62
+ value: 0.96875
63
+ verified: true
64
+ - name: Recall Weighted
65
+ type: recall
66
+ value: 0.96875
67
+ verified: true
68
+ - name: F1 Macro
69
+ type: f1
70
+ value: 0.9689250225835592
71
+ verified: true
72
+ - name: F1 Micro
73
+ type: f1
74
+ value: 0.96875
75
+ verified: true
76
+ - name: F1 Weighted
77
+ type: f1
78
+ value: 0.9686822493224932
79
+ verified: true
80
+ - name: loss
81
+ type: loss
82
+ value: 0.1282731592655182
83
+ verified: true
84
  ---
85
 
86
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You