Noopy commited on
Commit
b718948
·
1 Parent(s): 4451c30

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.889
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  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.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.6054
35
- - Accuracy: 0.889
36
 
37
  ## Model description
38
 
@@ -60,17 +60,22 @@ The following hyperparameters were used during training:
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
- - num_epochs: 5
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.6193 | 0.99 | 62 | 1.4954 | 0.792 |
70
- | 0.9245 | 2.0 | 125 | 0.9101 | 0.846 |
71
- | 0.6781 | 2.99 | 187 | 0.7312 | 0.868 |
72
- | 0.6326 | 4.0 | 250 | 0.6411 | 0.875 |
73
- | 0.5272 | 4.96 | 310 | 0.6054 | 0.889 |
 
 
 
 
 
74
 
75
 
76
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.912
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  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.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.3947
35
+ - Accuracy: 0.912
36
 
37
  ## Model description
38
 
 
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 1.8929 | 0.99 | 62 | 1.7490 | 0.773 |
70
+ | 0.9345 | 2.0 | 125 | 0.8608 | 0.864 |
71
+ | 0.655 | 2.99 | 187 | 0.6876 | 0.866 |
72
+ | 0.5273 | 4.0 | 250 | 0.5422 | 0.904 |
73
+ | 0.4484 | 4.99 | 312 | 0.4926 | 0.893 |
74
+ | 0.4012 | 6.0 | 375 | 0.4887 | 0.892 |
75
+ | 0.353 | 6.99 | 437 | 0.4679 | 0.886 |
76
+ | 0.3711 | 8.0 | 500 | 0.4204 | 0.899 |
77
+ | 0.3079 | 8.99 | 562 | 0.4464 | 0.898 |
78
+ | 0.2955 | 9.92 | 620 | 0.3947 | 0.912 |
79
 
80
 
81
  ### Framework versions