hmrizal commited on
Commit
d44a54f
·
verified ·
1 Parent(s): 5be0f73

End of training

Browse files
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.53125
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.8129
36
- - Accuracy: 0.5312
37
 
38
  ## Model description
39
 
@@ -53,38 +53,41 @@ 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: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
- - lr_scheduler_type: cosine_with_restarts
61
- - lr_scheduler_warmup_steps: 30
62
- - num_epochs: 15
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | No log | 1.0 | 40 | 1.4349 | 0.45 |
69
- | No log | 2.0 | 80 | 1.4560 | 0.5 |
70
- | No log | 3.0 | 120 | 1.5158 | 0.4813 |
71
- | No log | 4.0 | 160 | 1.4489 | 0.5125 |
72
- | No log | 5.0 | 200 | 1.8968 | 0.425 |
73
- | No log | 6.0 | 240 | 1.6870 | 0.5062 |
74
- | No log | 7.0 | 280 | 1.6759 | 0.4813 |
75
- | No log | 8.0 | 320 | 1.6498 | 0.5312 |
76
- | No log | 9.0 | 360 | 1.7581 | 0.5 |
77
- | No log | 10.0 | 400 | 1.7798 | 0.5 |
78
- | No log | 11.0 | 440 | 1.6983 | 0.525 |
79
- | No log | 12.0 | 480 | 1.7756 | 0.5375 |
80
- | 0.1761 | 13.0 | 520 | 1.7346 | 0.5125 |
81
- | 0.1761 | 14.0 | 560 | 1.8079 | 0.525 |
82
- | 0.1761 | 15.0 | 600 | 1.7950 | 0.5188 |
 
 
 
83
 
84
 
85
  ### Framework versions
86
 
87
  - Transformers 4.41.1
88
- - Pytorch 2.3.0+cu121
89
  - Datasets 2.19.1
90
  - Tokenizers 0.19.1
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.5375
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.3694
36
+ - Accuracy: 0.5375
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
+ - train_batch_size: 64
57
+ - eval_batch_size: 64
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 9
62
+ - num_epochs: 18
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | No log | 1.0 | 10 | 2.0629 | 0.1437 |
69
+ | No log | 2.0 | 20 | 2.0123 | 0.275 |
70
+ | No log | 3.0 | 30 | 1.9333 | 0.3312 |
71
+ | No log | 4.0 | 40 | 1.8060 | 0.3812 |
72
+ | No log | 5.0 | 50 | 1.7009 | 0.3563 |
73
+ | No log | 6.0 | 60 | 1.6149 | 0.4188 |
74
+ | No log | 7.0 | 70 | 1.5948 | 0.4437 |
75
+ | No log | 8.0 | 80 | 1.5391 | 0.5 |
76
+ | No log | 9.0 | 90 | 1.4770 | 0.4688 |
77
+ | No log | 10.0 | 100 | 1.5026 | 0.5 |
78
+ | No log | 11.0 | 110 | 1.4644 | 0.4437 |
79
+ | No log | 12.0 | 120 | 1.4115 | 0.5125 |
80
+ | No log | 13.0 | 130 | 1.4216 | 0.4813 |
81
+ | No log | 14.0 | 140 | 1.4086 | 0.5 |
82
+ | No log | 15.0 | 150 | 1.4093 | 0.5 |
83
+ | No log | 16.0 | 160 | 1.3891 | 0.4875 |
84
+ | No log | 17.0 | 170 | 1.3754 | 0.4938 |
85
+ | No log | 18.0 | 180 | 1.3779 | 0.5188 |
86
 
87
 
88
  ### Framework versions
89
 
90
  - Transformers 4.41.1
91
+ - Pytorch 2.1.2
92
  - Datasets 2.19.1
93
  - Tokenizers 0.19.1
runs/Jun04_14-42-56_7ce828253425/events.out.tfevents.1717512604.7ce828253425.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:638855d8d55817d069badd85ce7ce3fa6441a5bf12ce23cd49c03b72d86e7048
3
+ size 1057