Add evaluation results on beans dataset

#2
by autoevaluator HF staff - opened
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.9774436090225563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.9774436090225563
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.9453125
43
+ verified: true
44
+ - name: Precision Macro
45
+ type: precision
46
+ value: 0.9453325082933705
47
+ verified: true
48
+ - name: Precision Micro
49
+ type: precision
50
+ value: 0.9453125
51
+ verified: true
52
+ - name: Precision Weighted
53
+ type: precision
54
+ value: 0.9452605321507761
55
+ verified: true
56
+ - name: Recall Macro
57
+ type: recall
58
+ value: 0.945736434108527
59
+ verified: true
60
+ - name: Recall Micro
61
+ type: recall
62
+ value: 0.9453125
63
+ verified: true
64
+ - name: Recall Weighted
65
+ type: recall
66
+ value: 0.9453125
67
+ verified: true
68
+ - name: F1 Macro
69
+ type: f1
70
+ value: 0.9451827242524917
71
+ verified: true
72
+ - name: F1 Micro
73
+ type: f1
74
+ value: 0.9453125
75
+ verified: true
76
+ - name: F1 Weighted
77
+ type: f1
78
+ value: 0.944936150332226
79
+ verified: true
80
+ - name: loss
81
+ type: loss
82
+ value: 0.26030588150024414
83
+ verified: true
84
  ---
85
 
86
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You