ongkn commited on
Commit
6119308
·
verified ·
1 Parent(s): 97b2e36

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.777292576419214
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: 0.5360
36
- - Accuracy: 0.7773
37
 
38
  ## Model description
39
 
@@ -53,8 +53,8 @@ More information needed
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: 69
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
@@ -65,16 +65,14 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 0.5827 | 0.58 | 150 | 0.5508 | 0.7031 |
69
- | 0.5214 | 1.16 | 300 | 0.5115 | 0.7598 |
70
- | 0.4925 | 1.74 | 450 | 0.4870 | 0.7555 |
71
- | 0.4148 | 2.33 | 600 | 0.4447 | 0.7948 |
72
- | 0.4025 | 2.91 | 750 | 0.5507 | 0.7424 |
73
- | 0.3627 | 3.49 | 900 | 0.4578 | 0.7904 |
74
- | 0.3441 | 4.07 | 1050 | 0.4699 | 0.8188 |
75
- | 0.3257 | 4.65 | 1200 | 0.4729 | 0.7817 |
76
- | 0.2488 | 5.23 | 1350 | 0.4971 | 0.7817 |
77
- | 0.3127 | 5.81 | 1500 | 0.5360 | 0.7773 |
78
 
79
 
80
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8209606986899564
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: 0.4646
36
+ - Accuracy: 0.8210
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
58
  - seed: 69
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
 
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 0.4933 | 1.16 | 150 | 0.5369 | 0.7183 |
69
+ | 0.445 | 2.33 | 300 | 0.4573 | 0.7860 |
70
+ | 0.3926 | 3.49 | 450 | 0.4551 | 0.7751 |
71
+ | 0.2821 | 4.65 | 600 | 0.5172 | 0.7795 |
72
+ | 0.2778 | 5.81 | 750 | 0.4400 | 0.7991 |
73
+ | 0.2352 | 6.98 | 900 | 0.4533 | 0.8057 |
74
+ | 0.2244 | 8.14 | 1050 | 0.4721 | 0.8079 |
75
+ | 0.1838 | 9.3 | 1200 | 0.4646 | 0.8210 |
 
 
76
 
77
 
78
  ### Framework versions