vuongnhathien commited on
Commit
dadbfa2
·
verified ·
1 Parent(s): a366c3b
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 4.3871
21
- - Accuracy: 0.5
22
 
23
  ## Model description
24
 
@@ -38,27 +38,27 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
- - train_batch_size: 32
42
- - eval_batch_size: 32
43
  - seed: 42
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
49
- - num_epochs: 3
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | No log | 1.0 | 1 | 4.6565 | 0.0 |
56
- | No log | 2.0 | 3 | 4.3871 | 0.5 |
57
 
58
 
59
  ### Framework versions
60
 
61
  - Transformers 4.39.3
62
- - Pytorch 2.1.2
63
  - Datasets 2.18.0
64
  - Tokenizers 0.15.2
 
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: 4.4119
21
+ - Accuracy: 0.4
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
  - seed: 42
44
  - gradient_accumulation_steps: 4
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
49
+ - num_epochs: 2
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | No log | 0.8 | 1 | 4.5809 | 0.05 |
56
+ | No log | 1.6 | 2 | 4.4119 | 0.4 |
57
 
58
 
59
  ### Framework versions
60
 
61
  - Transformers 4.39.3
62
+ - Pytorch 2.1.2+cpu
63
  - Datasets 2.18.0
64
  - Tokenizers 0.15.2