aliciiavs commited on
Commit
2d3173c
1 Parent(s): d2b4ed2

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -6
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](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.4366
21
- - Accuracy: 0.435
22
 
23
  ## Model description
24
 
@@ -46,15 +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: 3
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | No log | 0.98 | 8 | 1.5488 | 0.305 |
56
- | 1.6543 | 1.96 | 16 | 1.4751 | 0.31 |
57
- | 1.5 | 2.95 | 24 | 1.4366 | 0.435 |
 
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0286
21
+ - Accuracy: 0.865
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
+ | No log | 0.98 | 8 | 1.2950 | 0.71 |
56
+ | 1.383 | 1.96 | 16 | 1.1531 | 0.815 |
57
+ | 1.2243 | 2.95 | 24 | 1.0636 | 0.86 |
58
+ | 1.1189 | 3.93 | 32 | 1.0286 | 0.865 |
59
 
60
 
61
  ### Framework versions