ArrayDice commited on
Commit
340952f
·
verified ·
1 Parent(s): 126de84

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.2530
21
- - Accuracy: 0.4806
22
 
23
  ## Model description
24
 
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 2.0298 | 1.0 | 17 | 1.8008 | 0.3428 |
56
- | 1.6758 | 2.0 | 34 | 1.5297 | 0.4276 |
57
- | 1.4213 | 3.0 | 51 | 1.3307 | 0.4523 |
58
- | 1.3225 | 4.0 | 68 | 1.2899 | 0.4806 |
59
- | 1.2432 | 5.0 | 85 | 1.2530 | 0.4806 |
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: 1.0362
21
+ - Accuracy: 0.6078
22
 
23
  ## Model description
24
 
 
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