sehee-lim commited on
Commit
ef266fe
1 Parent(s): c207b98

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.766
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 fashion_mnist dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.0417
35
- - Accuracy: 0.766
36
 
37
  ## Model description
38
 
@@ -66,14 +66,14 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.3121 | 0.99 | 62 | 1.2064 | 0.739 |
70
- | 1.2172 | 2.0 | 125 | 1.1760 | 0.775 |
71
- | 1.0441 | 2.98 | 186 | 1.0417 | 0.766 |
72
 
73
 
74
  ### Framework versions
75
 
76
  - Transformers 4.31.0.dev0
77
  - Pytorch 2.0.1+cu118
78
- - Datasets 2.13.0
79
  - Tokenizers 0.13.3
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.792
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 fashion_mnist dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.0461
35
+ - Accuracy: 0.792
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 1.285 | 0.99 | 62 | 1.2299 | 0.718 |
70
+ | 1.2002 | 2.0 | 125 | 1.2043 | 0.744 |
71
+ | 1.0345 | 2.98 | 186 | 1.0461 | 0.792 |
72
 
73
 
74
  ### Framework versions
75
 
76
  - Transformers 4.31.0.dev0
77
  - Pytorch 2.0.1+cu118
78
+ - Datasets 2.13.1
79
  - Tokenizers 0.13.3