Add evaluation results on autoevaluate/mnist-sample

#2
by abhishek HF staff - opened
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -20,6 +20,63 @@ model-index:
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.9833333333333333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.9833333333333333
23
+ - task:
24
+ type: image-classification
25
+ name: Image Classification
26
+ dataset:
27
+ name: autoevaluate/mnist-sample
28
+ type: autoevaluate/mnist-sample
29
+ config: autoevaluate--mnist-sample
30
+ split: test
31
+ metrics:
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.95
35
+ verified: true
36
+ - name: Precision Macro
37
+ type: precision
38
+ value: 0.9478535353535353
39
+ verified: true
40
+ - name: Precision Micro
41
+ type: precision
42
+ value: 0.95
43
+ verified: true
44
+ - name: Precision Weighted
45
+ type: precision
46
+ value: 0.9510353535353535
47
+ verified: true
48
+ - name: Recall Macro
49
+ type: recall
50
+ value: 0.9530555555555555
51
+ verified: true
52
+ - name: Recall Micro
53
+ type: recall
54
+ value: 0.95
55
+ verified: true
56
+ - name: Recall Weighted
57
+ type: recall
58
+ value: 0.95
59
+ verified: true
60
+ - name: F1 Macro
61
+ type: f1
62
+ value: 0.9496669557378175
63
+ verified: true
64
+ - name: F1 Micro
65
+ type: f1
66
+ value: 0.9500000000000001
67
+ verified: true
68
+ - name: F1 Weighted
69
+ type: f1
70
+ value: 0.9496869212452598
71
+ verified: true
72
+ - name: loss
73
+ type: loss
74
+ value: 0.12408628314733505
75
+ verified: true
76
+ - name: matthews_correlation
77
+ type: matthews_correlation
78
+ value: 0.9442456228021371
79
+ verified: true
80
  ---
81
 
82
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You