hkivancoral commited on
Commit
63ca4f5
1 Parent(s): 349afd4

End of training

Browse files
Files changed (2) hide show
  1. README.md +125 -0
  2. pytorch_model.bin +1 -1
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: smids_3x_beit_base_sgd_0001_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.7512520868113522
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
+ # smids_3x_beit_base_sgd_0001_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: 0.6006
36
+ - Accuracy: 0.7513
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.0001
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.2428 | 1.0 | 226 | 1.2900 | 0.3139 |
69
+ | 1.1165 | 2.0 | 452 | 1.2280 | 0.3389 |
70
+ | 1.085 | 3.0 | 678 | 1.1717 | 0.3606 |
71
+ | 1.0873 | 4.0 | 904 | 1.1174 | 0.3973 |
72
+ | 1.0209 | 5.0 | 1130 | 1.0648 | 0.4207 |
73
+ | 0.9387 | 6.0 | 1356 | 1.0163 | 0.4741 |
74
+ | 0.9347 | 7.0 | 1582 | 0.9719 | 0.5175 |
75
+ | 0.8727 | 8.0 | 1808 | 0.9312 | 0.5626 |
76
+ | 0.8169 | 9.0 | 2034 | 0.8951 | 0.5993 |
77
+ | 0.861 | 10.0 | 2260 | 0.8623 | 0.6160 |
78
+ | 0.8138 | 11.0 | 2486 | 0.8344 | 0.6327 |
79
+ | 0.7635 | 12.0 | 2712 | 0.8096 | 0.6444 |
80
+ | 0.7469 | 13.0 | 2938 | 0.7879 | 0.6477 |
81
+ | 0.7457 | 14.0 | 3164 | 0.7697 | 0.6561 |
82
+ | 0.6958 | 15.0 | 3390 | 0.7527 | 0.6728 |
83
+ | 0.6961 | 16.0 | 3616 | 0.7374 | 0.6795 |
84
+ | 0.6436 | 17.0 | 3842 | 0.7245 | 0.6878 |
85
+ | 0.6513 | 18.0 | 4068 | 0.7127 | 0.6912 |
86
+ | 0.6672 | 19.0 | 4294 | 0.7016 | 0.6962 |
87
+ | 0.6558 | 20.0 | 4520 | 0.6918 | 0.7012 |
88
+ | 0.6466 | 21.0 | 4746 | 0.6834 | 0.7028 |
89
+ | 0.6561 | 22.0 | 4972 | 0.6751 | 0.7045 |
90
+ | 0.6208 | 23.0 | 5198 | 0.6670 | 0.7145 |
91
+ | 0.6499 | 24.0 | 5424 | 0.6602 | 0.7162 |
92
+ | 0.6316 | 25.0 | 5650 | 0.6537 | 0.7179 |
93
+ | 0.6488 | 26.0 | 5876 | 0.6486 | 0.7245 |
94
+ | 0.6013 | 27.0 | 6102 | 0.6431 | 0.7229 |
95
+ | 0.6349 | 28.0 | 6328 | 0.6385 | 0.7295 |
96
+ | 0.5571 | 29.0 | 6554 | 0.6343 | 0.7312 |
97
+ | 0.6883 | 30.0 | 6780 | 0.6303 | 0.7329 |
98
+ | 0.5874 | 31.0 | 7006 | 0.6269 | 0.7362 |
99
+ | 0.5957 | 32.0 | 7232 | 0.6236 | 0.7412 |
100
+ | 0.5454 | 33.0 | 7458 | 0.6209 | 0.7446 |
101
+ | 0.5392 | 34.0 | 7684 | 0.6182 | 0.7446 |
102
+ | 0.6014 | 35.0 | 7910 | 0.6160 | 0.7462 |
103
+ | 0.5394 | 36.0 | 8136 | 0.6140 | 0.7462 |
104
+ | 0.5557 | 37.0 | 8362 | 0.6119 | 0.7479 |
105
+ | 0.5868 | 38.0 | 8588 | 0.6101 | 0.7479 |
106
+ | 0.5673 | 39.0 | 8814 | 0.6084 | 0.7479 |
107
+ | 0.5576 | 40.0 | 9040 | 0.6071 | 0.7479 |
108
+ | 0.5598 | 41.0 | 9266 | 0.6057 | 0.7479 |
109
+ | 0.5493 | 42.0 | 9492 | 0.6045 | 0.7496 |
110
+ | 0.573 | 43.0 | 9718 | 0.6035 | 0.7513 |
111
+ | 0.5428 | 44.0 | 9944 | 0.6027 | 0.7513 |
112
+ | 0.6174 | 45.0 | 10170 | 0.6020 | 0.7513 |
113
+ | 0.5654 | 46.0 | 10396 | 0.6015 | 0.7513 |
114
+ | 0.5911 | 47.0 | 10622 | 0.6010 | 0.7513 |
115
+ | 0.5644 | 48.0 | 10848 | 0.6008 | 0.7513 |
116
+ | 0.5284 | 49.0 | 11074 | 0.6007 | 0.7513 |
117
+ | 0.5888 | 50.0 | 11300 | 0.6006 | 0.7513 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.32.1
123
+ - Pytorch 2.1.0+cu121
124
+ - Datasets 2.12.0
125
+ - Tokenizers 0.13.2
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:239f6760a3eaae10b7f32576b9ba6d948c90f75f6a005dde2bf26a9618fbde00
3
  size 343133766
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10346093772ab436ae9d8dc32df94dd695d2442381df408eaed95065cf3c688
3
  size 343133766