hkivancoral commited on
Commit
b8a8dc4
1 Parent(s): 3fc0509

End of training

Browse files
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/beit-base-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: hushem_5x_beit_base_adamax_001_fold1
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: test
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.4444444444444444
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # hushem_5x_beit_base_adamax_001_fold1
32
+
33
+ This model is a fine-tuned version of [microsoft/beit-base-patch16-224](https://huggingface.co/microsoft/beit-base-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 6.2787
36
+ - Accuracy: 0.4444
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 0.001
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
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_ratio: 0.1
62
+ - num_epochs: 50
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.4418 | 1.0 | 27 | 1.4079 | 0.2444 |
69
+ | 1.2606 | 2.0 | 54 | 1.4566 | 0.4 |
70
+ | 1.1141 | 3.0 | 81 | 1.4147 | 0.3111 |
71
+ | 0.9738 | 4.0 | 108 | 1.7371 | 0.3556 |
72
+ | 0.7887 | 5.0 | 135 | 1.5516 | 0.3778 |
73
+ | 0.7198 | 6.0 | 162 | 1.3626 | 0.4 |
74
+ | 0.8269 | 7.0 | 189 | 1.5448 | 0.3778 |
75
+ | 0.8171 | 8.0 | 216 | 1.4576 | 0.4 |
76
+ | 0.7255 | 9.0 | 243 | 2.3915 | 0.3778 |
77
+ | 0.6369 | 10.0 | 270 | 1.6627 | 0.3778 |
78
+ | 0.6809 | 11.0 | 297 | 1.5201 | 0.3556 |
79
+ | 0.6237 | 12.0 | 324 | 1.3289 | 0.4222 |
80
+ | 0.6768 | 13.0 | 351 | 1.6115 | 0.3556 |
81
+ | 0.6336 | 14.0 | 378 | 2.0397 | 0.3778 |
82
+ | 0.5238 | 15.0 | 405 | 1.5857 | 0.3778 |
83
+ | 0.5016 | 16.0 | 432 | 1.4047 | 0.4444 |
84
+ | 0.4321 | 17.0 | 459 | 2.2039 | 0.3556 |
85
+ | 0.4791 | 18.0 | 486 | 2.3823 | 0.3778 |
86
+ | 0.484 | 19.0 | 513 | 1.4706 | 0.4222 |
87
+ | 0.4812 | 20.0 | 540 | 1.6485 | 0.4222 |
88
+ | 0.4413 | 21.0 | 567 | 1.7092 | 0.4 |
89
+ | 0.4306 | 22.0 | 594 | 1.8582 | 0.4 |
90
+ | 0.37 | 23.0 | 621 | 1.8653 | 0.3778 |
91
+ | 0.3048 | 24.0 | 648 | 1.6342 | 0.4444 |
92
+ | 0.3515 | 25.0 | 675 | 1.5211 | 0.4889 |
93
+ | 0.3558 | 26.0 | 702 | 1.9714 | 0.4222 |
94
+ | 0.2599 | 27.0 | 729 | 1.7243 | 0.4667 |
95
+ | 0.267 | 28.0 | 756 | 1.7049 | 0.5111 |
96
+ | 0.2625 | 29.0 | 783 | 2.1704 | 0.4222 |
97
+ | 0.2368 | 30.0 | 810 | 2.2942 | 0.4667 |
98
+ | 0.2036 | 31.0 | 837 | 2.0691 | 0.4667 |
99
+ | 0.1938 | 32.0 | 864 | 2.7340 | 0.4 |
100
+ | 0.1597 | 33.0 | 891 | 3.0661 | 0.4 |
101
+ | 0.1166 | 34.0 | 918 | 2.8536 | 0.4667 |
102
+ | 0.1248 | 35.0 | 945 | 2.9508 | 0.4444 |
103
+ | 0.121 | 36.0 | 972 | 3.2153 | 0.4667 |
104
+ | 0.0801 | 37.0 | 999 | 3.0021 | 0.4222 |
105
+ | 0.0529 | 38.0 | 1026 | 3.3247 | 0.4222 |
106
+ | 0.0434 | 39.0 | 1053 | 4.0394 | 0.4667 |
107
+ | 0.0599 | 40.0 | 1080 | 4.1062 | 0.4889 |
108
+ | 0.0437 | 41.0 | 1107 | 5.3485 | 0.4667 |
109
+ | 0.0045 | 42.0 | 1134 | 5.3122 | 0.4667 |
110
+ | 0.0368 | 43.0 | 1161 | 5.1937 | 0.4667 |
111
+ | 0.0032 | 44.0 | 1188 | 5.6803 | 0.4889 |
112
+ | 0.0061 | 45.0 | 1215 | 5.8620 | 0.4444 |
113
+ | 0.0035 | 46.0 | 1242 | 5.9016 | 0.4889 |
114
+ | 0.0011 | 47.0 | 1269 | 6.3136 | 0.4444 |
115
+ | 0.0277 | 48.0 | 1296 | 6.2816 | 0.4444 |
116
+ | 0.0067 | 49.0 | 1323 | 6.2787 | 0.4444 |
117
+ | 0.0372 | 50.0 | 1350 | 6.2787 | 0.4444 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.35.2
123
+ - Pytorch 2.1.0+cu118
124
+ - Datasets 2.15.0
125
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53b939ab458d6f58695658e5cfaa4faf84f0961815410ec7b60eac1bf1b76f56
3
  size 343086480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca4b4d3533c2686ec97919d95771f21f09b7a46fd0913473fef1bc300635bfc9
3
  size 343086480
runs/Nov27_03-57-08_4550fdbe7878/events.out.tfevents.1701057437.4550fdbe7878.67538.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e066326fec53deabdcbb8c4232cc9ae7f356866b89ea71f4f35a0e45f1f9ff7
3
- size 41428
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c51e5f5f94eb8ef466647c746d24a2a794edf0d0949596e772a0226bf491ce4
3
+ size 42576