karthiksv autoevaluator HF staff commited on
Commit
3874803
1 Parent(s): 5198f89

Add evaluation results on cifar10 dataset (#2)

Browse files

- Add evaluation results on cifar10 dataset (664b0eeda1d66890aa4d1472989617d46bdd7178)


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

Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -7,7 +7,60 @@ datasets:
7
  - cifar10
8
  model-index:
9
  - name: vit-base-patch16-224-cifar10
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
7
  - cifar10
8
  model-index:
9
  - name: vit-base-patch16-224-cifar10
10
+ results:
11
+ - task:
12
+ type: image-classification
13
+ name: Image Classification
14
+ dataset:
15
+ name: cifar10
16
+ type: cifar10
17
+ config: plain_text
18
+ split: test
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.1004
23
+ verified: true
24
+ - name: Precision Macro
25
+ type: precision
26
+ value: 0.07725693204097324
27
+ verified: true
28
+ - name: Precision Micro
29
+ type: precision
30
+ value: 0.1004
31
+ verified: true
32
+ - name: Precision Weighted
33
+ type: precision
34
+ value: 0.07725693204097323
35
+ verified: true
36
+ - name: Recall Macro
37
+ type: recall
38
+ value: 0.1004
39
+ verified: true
40
+ - name: Recall Micro
41
+ type: recall
42
+ value: 0.1004
43
+ verified: true
44
+ - name: Recall Weighted
45
+ type: recall
46
+ value: 0.1004
47
+ verified: true
48
+ - name: F1 Macro
49
+ type: f1
50
+ value: 0.07942008420616108
51
+ verified: true
52
+ - name: F1 Micro
53
+ type: f1
54
+ value: 0.1004
55
+ verified: true
56
+ - name: F1 Weighted
57
+ type: f1
58
+ value: 0.07942008420616108
59
+ verified: true
60
+ - name: loss
61
+ type: loss
62
+ value: 2.3154706954956055
63
+ verified: true
64
  ---
65
 
66
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You