nielsr HF staff commited on
Commit
d95f787
1 Parent(s): 4453e66

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.9863
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.0999
33
- - Accuracy: 0.9863
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.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
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9855
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.1011
33
+ - Accuracy: 0.9855
34
 
35
  ## Model description
36
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.3831 | 1.0 | 390 | 0.2057 | 0.978 |
68
+ | 0.3007 | 2.0 | 780 | 0.1199 | 0.9845 |
69
+ | 0.2442 | 3.0 | 1170 | 0.1011 | 0.9855 |
70
 
71
 
72
  ### Framework versions