nielsr HF staff commited on
Commit
301119e
1 Parent(s): 7030d2b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9856
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the cifar10 dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.0998
33
- - Accuracy: 0.9856
34
 
35
  ## Model description
36
 
@@ -64,9 +64,9 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.4007 | 1.0 | 390 | 0.1963 | 0.9807 |
68
- | 0.2976 | 2.0 | 780 | 0.1169 | 0.9854 |
69
- | 0.2538 | 3.0 | 1170 | 0.0998 | 0.9856 |
70
 
71
 
72
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9863
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the cifar10 dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.0999
33
+ - Accuracy: 0.9863
34
 
35
  ## Model description
36
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.3897 | 1.0 | 390 | 0.2083 | 0.9757 |
68
+ | 0.3045 | 2.0 | 780 | 0.1175 | 0.986 |
69
+ | 0.2524 | 3.0 | 1170 | 0.0999 | 0.9863 |
70
 
71
 
72
  ### Framework versions