douwekiela autoevaluator HF staff commited on
Commit
52a4198
1 Parent(s): 8a14407

Add evaluation results on lewtun/dog_food dataset (#1)

Browse files

- Add evaluation results on lewtun/dog_food dataset (d7215ba17dbfcacd59eb97b4e3bfc7d9d114c3a4)


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

Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -21,6 +21,63 @@ model-index:
21
  - name: Accuracy
22
  type: accuracy
23
  value: 0.896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.896
24
+ - task:
25
+ type: image-classification
26
+ name: Image Classification
27
+ dataset:
28
+ name: lewtun/dog_food
29
+ type: lewtun/dog_food
30
+ config: lewtun--dog_food
31
+ split: test
32
+ metrics:
33
+ - name: Accuracy
34
+ type: accuracy
35
+ value: 0.8466666666666667
36
+ verified: true
37
+ - name: Precision Macro
38
+ type: precision
39
+ value: 0.8850127293141284
40
+ verified: true
41
+ - name: Precision Micro
42
+ type: precision
43
+ value: 0.8466666666666667
44
+ verified: true
45
+ - name: Precision Weighted
46
+ type: precision
47
+ value: 0.8939157698241645
48
+ verified: true
49
+ - name: Recall Macro
50
+ type: recall
51
+ value: 0.8555113273379528
52
+ verified: true
53
+ - name: Recall Micro
54
+ type: recall
55
+ value: 0.8466666666666667
56
+ verified: true
57
+ - name: Recall Weighted
58
+ type: recall
59
+ value: 0.8466666666666667
60
+ verified: true
61
+ - name: F1 Macro
62
+ type: f1
63
+ value: 0.8431399312051647
64
+ verified: true
65
+ - name: F1 Micro
66
+ type: f1
67
+ value: 0.8466666666666667
68
+ verified: true
69
+ - name: F1 Weighted
70
+ type: f1
71
+ value: 0.8430272582865614
72
+ verified: true
73
+ - name: loss
74
+ type: loss
75
+ value: 0.3633290231227875
76
+ verified: true
77
+ - name: matthews_correlation
78
+ type: matthews_correlation
79
+ value: 0.7973101366252381
80
+ verified: true
81
  ---
82
 
83
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You