ongkn commited on
Commit
38963c7
1 Parent(s): a84a857

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8199152542372882
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.4752
36
- - Accuracy: 0.8199
37
 
38
  ## Model description
39
 
@@ -56,8 +56,8 @@ The following hyperparameters were used during training:
56
  - train_batch_size: 32
57
  - eval_batch_size: 32
58
  - seed: 69
59
- - gradient_accumulation_steps: 4
60
- - total_train_batch_size: 128
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.05
@@ -68,9 +68,7 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
71
- | 0.3876 | 4.51 | 150 | 0.4823 | 0.7542 |
72
- | 0.229 | 9.02 | 300 | 0.4535 | 0.8157 |
73
- | 0.1884 | 13.53 | 450 | 0.4752 | 0.8199 |
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8008474576271186
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.4598
36
+ - Accuracy: 0.8008
37
 
38
  ## Model description
39
 
 
56
  - train_batch_size: 32
57
  - eval_batch_size: 32
58
  - seed: 69
59
+ - gradient_accumulation_steps: 8
60
+ - total_train_batch_size: 256
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.05
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
71
+ | 0.2931 | 9.02 | 150 | 0.4598 | 0.8008 |
 
 
72
 
73
 
74
  ### Framework versions