anggtpd commited on
Commit
afd95c7
1 Parent(s): 82d4259

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.425
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.6840
36
- - Accuracy: 0.425
37
 
38
  ## Model description
39
 
@@ -52,22 +52,26 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 3e-05
56
- - train_batch_size: 32
57
- - eval_batch_size: 8
58
  - seed: 42
59
- - gradient_accumulation_steps: 2
60
  - total_train_batch_size: 64
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 10
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 1.8028 | 10.0 | 100 | 1.6759 | 0.4375 |
 
 
 
 
71
 
72
 
73
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.34375
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.7721
36
+ - Accuracy: 0.3438
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 5e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
  - seed: 42
59
+ - gradient_accumulation_steps: 4
60
  - total_train_batch_size: 64
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 5
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 2.078 | 1.0 | 10 | 2.0567 | 0.1875 |
71
+ | 1.9889 | 2.0 | 20 | 1.9714 | 0.2812 |
72
+ | 1.874 | 3.0 | 30 | 1.8689 | 0.3312 |
73
+ | 1.7814 | 4.0 | 40 | 1.8008 | 0.3812 |
74
+ | 1.7228 | 5.0 | 50 | 1.7661 | 0.4 |
75
 
76
 
77
  ### Framework versions