xanore commited on
Commit
3125a2d
·
1 Parent(s): 7fe7d2e

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0441
21
- - Accuracy: 0.987
22
 
23
  ## Model description
24
 
@@ -38,11 +38,11 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 0.0002
41
- - train_batch_size: 32
42
- - eval_batch_size: 32
43
  - seed: 1337
44
- - gradient_accumulation_steps: 4
45
- - total_train_batch_size: 128
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 0.0923 | 0.99 | 62 | 0.0608 | 0.9805 |
56
- | 0.0594 | 2.0 | 125 | 0.0612 | 0.978 |
57
- | 0.0596 | 2.99 | 187 | 0.0538 | 0.98 |
58
- | 0.0378 | 4.0 | 250 | 0.0440 | 0.9825 |
59
- | 0.0246 | 4.96 | 310 | 0.0441 | 0.987 |
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0525
21
+ - Accuracy: 0.9819
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 0.0002
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
  - seed: 1337
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 64
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.1366 | 1.0 | 100 | 0.1011 | 0.9569 |
56
+ | 0.0648 | 2.0 | 200 | 0.0648 | 0.9788 |
57
+ | 0.0816 | 3.0 | 300 | 0.0532 | 0.9775 |
58
+ | 0.0351 | 4.0 | 400 | 0.0518 | 0.9794 |
59
+ | 0.02 | 5.0 | 500 | 0.0525 | 0.9819 |
60
 
61
 
62
  ### Framework versions