lewtun HF staff commited on
Commit
1785e74
1 Parent(s): 2387835

Add evaluation results on fashion_mnist dataset

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [fashion_mnist](https://huggingface.co/datasets/fashion_mnist) dataset by

@abhishek

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-6c6741ef-7054734).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=fashion_mnist).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=fashion_mnist).

Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -17,6 +17,59 @@ model-index:
17
  - name: Accuracy
18
  type: accuracy
19
  value: 0.9473
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
  # Model Trained Using AutoTrain
 
17
  - name: Accuracy
18
  type: accuracy
19
  value: 0.9473
20
+ - task:
21
+ type: image-classification
22
+ name: Image Classification
23
+ dataset:
24
+ name: fashion_mnist
25
+ type: fashion_mnist
26
+ config: fashion_mnist
27
+ split: test
28
+ metrics:
29
+ - name: Accuracy
30
+ type: accuracy
31
+ value: 0.9431
32
+ verified: true
33
+ - name: Precision Macro
34
+ type: precision
35
+ value: 0.9435374485262068
36
+ verified: true
37
+ - name: Precision Micro
38
+ type: precision
39
+ value: 0.9431
40
+ verified: true
41
+ - name: Precision Weighted
42
+ type: precision
43
+ value: 0.9435374485262069
44
+ verified: true
45
+ - name: Recall Macro
46
+ type: recall
47
+ value: 0.9430999999999999
48
+ verified: true
49
+ - name: Recall Micro
50
+ type: recall
51
+ value: 0.9431
52
+ verified: true
53
+ - name: Recall Weighted
54
+ type: recall
55
+ value: 0.9431
56
+ verified: true
57
+ - name: F1 Macro
58
+ type: f1
59
+ value: 0.9431357840300738
60
+ verified: true
61
+ - name: F1 Micro
62
+ type: f1
63
+ value: 0.9431
64
+ verified: true
65
+ - name: F1 Weighted
66
+ type: f1
67
+ value: 0.9431357840300738
68
+ verified: true
69
+ - name: loss
70
+ type: loss
71
+ value: 0.17352284491062164
72
+ verified: true
73
  ---
74
 
75
  # Model Trained Using AutoTrain