hkivancoral commited on
Commit
aac469b
1 Parent(s): 54315aa

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_00001_fold2
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.7777777777777778
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_00001_fold2
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: 1.0731
36
+ - Accuracy: 0.7778
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: 1e-05
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.133 | 1.0 | 27 | 1.1782 | 0.4444 |
69
+ | 0.7374 | 2.0 | 54 | 0.9657 | 0.6889 |
70
+ | 0.4404 | 3.0 | 81 | 0.7664 | 0.7556 |
71
+ | 0.2921 | 4.0 | 108 | 0.7034 | 0.7778 |
72
+ | 0.1574 | 5.0 | 135 | 0.7044 | 0.7778 |
73
+ | 0.0983 | 6.0 | 162 | 0.6550 | 0.8222 |
74
+ | 0.0636 | 7.0 | 189 | 0.6911 | 0.7778 |
75
+ | 0.0455 | 8.0 | 216 | 0.6445 | 0.8 |
76
+ | 0.0369 | 9.0 | 243 | 0.7441 | 0.8 |
77
+ | 0.0208 | 10.0 | 270 | 0.7266 | 0.8222 |
78
+ | 0.0164 | 11.0 | 297 | 0.7445 | 0.8 |
79
+ | 0.0128 | 12.0 | 324 | 0.7928 | 0.7556 |
80
+ | 0.0152 | 13.0 | 351 | 0.8051 | 0.8 |
81
+ | 0.0093 | 14.0 | 378 | 0.8366 | 0.8 |
82
+ | 0.005 | 15.0 | 405 | 0.8967 | 0.7778 |
83
+ | 0.0081 | 16.0 | 432 | 0.8765 | 0.7556 |
84
+ | 0.0143 | 17.0 | 459 | 0.8233 | 0.8 |
85
+ | 0.0086 | 18.0 | 486 | 0.8818 | 0.7778 |
86
+ | 0.0082 | 19.0 | 513 | 0.9209 | 0.7778 |
87
+ | 0.0106 | 20.0 | 540 | 0.9710 | 0.7778 |
88
+ | 0.0048 | 21.0 | 567 | 0.8635 | 0.8 |
89
+ | 0.0078 | 22.0 | 594 | 1.0340 | 0.7778 |
90
+ | 0.0037 | 23.0 | 621 | 1.0458 | 0.7778 |
91
+ | 0.0038 | 24.0 | 648 | 1.0554 | 0.7778 |
92
+ | 0.0027 | 25.0 | 675 | 0.9290 | 0.8 |
93
+ | 0.0037 | 26.0 | 702 | 0.9379 | 0.7778 |
94
+ | 0.006 | 27.0 | 729 | 0.9412 | 0.8 |
95
+ | 0.001 | 28.0 | 756 | 0.9493 | 0.8 |
96
+ | 0.0018 | 29.0 | 783 | 1.0041 | 0.8 |
97
+ | 0.0014 | 30.0 | 810 | 1.0318 | 0.8 |
98
+ | 0.0008 | 31.0 | 837 | 1.0197 | 0.8 |
99
+ | 0.0016 | 32.0 | 864 | 1.0685 | 0.7556 |
100
+ | 0.005 | 33.0 | 891 | 1.0574 | 0.7556 |
101
+ | 0.0013 | 34.0 | 918 | 1.0948 | 0.7556 |
102
+ | 0.0027 | 35.0 | 945 | 1.0699 | 0.7556 |
103
+ | 0.0008 | 36.0 | 972 | 1.0485 | 0.8 |
104
+ | 0.0014 | 37.0 | 999 | 1.0539 | 0.7778 |
105
+ | 0.0009 | 38.0 | 1026 | 1.0508 | 0.7778 |
106
+ | 0.0013 | 39.0 | 1053 | 1.0236 | 0.7778 |
107
+ | 0.0008 | 40.0 | 1080 | 1.0556 | 0.8 |
108
+ | 0.0014 | 41.0 | 1107 | 1.0682 | 0.8 |
109
+ | 0.0011 | 42.0 | 1134 | 1.0760 | 0.8 |
110
+ | 0.0041 | 43.0 | 1161 | 1.0831 | 0.8 |
111
+ | 0.0007 | 44.0 | 1188 | 1.0675 | 0.7778 |
112
+ | 0.0039 | 45.0 | 1215 | 1.0667 | 0.7778 |
113
+ | 0.0013 | 46.0 | 1242 | 1.0695 | 0.7778 |
114
+ | 0.0014 | 47.0 | 1269 | 1.0717 | 0.7778 |
115
+ | 0.0015 | 48.0 | 1296 | 1.0731 | 0.7778 |
116
+ | 0.002 | 49.0 | 1323 | 1.0731 | 0.7778 |
117
+ | 0.0013 | 50.0 | 1350 | 1.0731 | 0.7778 |
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:fddfe5f240b137b43c18ac8178b195247541f799d593c8ba737402751387053b
3
  size 343086480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7781ceab3271c4b928f14be106bf38dd3515745c524bf9fbb76474248e2ec1b7
3
  size 343086480
runs/Nov28_03-14-29_0a7ba84d0833/events.out.tfevents.1701141270.0a7ba84d0833.1449.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab01412beb01247ac4c88a78252e081e1a6b6f6e24776830d7827f54f5f1dfe0
3
- size 42228
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34d7adabcc9a0b8bf023dbfc645f557b7b524f9ba3ce3eb76adea40532cd292
3
+ size 42582