ArrayDice commited on
Commit
24e80ef
·
verified ·
1 Parent(s): 1ad2f78

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -10
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 the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.0362
21
- - Accuracy: 0.6078
22
 
23
  ## Model description
24
 
@@ -46,17 +46,16 @@ The following hyperparameters were used during training:
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
49
- - num_epochs: 5
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
- |:-------------:|:------:|:----:|:---------------:|:--------:|
55
- | 1.4035 | 0.9767 | 21 | 1.2942 | 0.4735 |
56
- | 1.2173 | 2.0 | 43 | 1.1946 | 0.4382 |
57
- | 1.1276 | 2.9767 | 64 | 1.1574 | 0.5300 |
58
- | 1.0841 | 4.0 | 86 | 1.1034 | 0.5336 |
59
- | 1.0692 | 4.8837 | 105 | 1.0362 | 0.6078 |
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 the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.8868
21
+ - Accuracy: 0.6360
22
 
23
  ## Model description
24
 
 
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
49
+ - num_epochs: 4
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 1.4027 | 1.0 | 68 | 1.1856 | 0.5300 |
56
+ | 1.0773 | 2.0 | 136 | 0.9565 | 0.6290 |
57
+ | 0.9342 | 3.0 | 204 | 0.9063 | 0.6184 |
58
+ | 0.9003 | 4.0 | 272 | 0.8868 | 0.6360 |
 
59
 
60
 
61
  ### Framework versions