hkivancoral commited on
Commit
db24475
1 Parent(s): 6926339

End of training

Browse files
Files changed (2) hide show
  1. README.md +125 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/deit-tiny-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: hushem_1x_deit_tiny_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.5333333333333333
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_1x_deit_tiny_adamax_00001_fold2
32
+
33
+ This model is a fine-tuned version of [facebook/deit-tiny-patch16-224](https://huggingface.co/facebook/deit-tiny-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.3630
36
+ - Accuracy: 0.5333
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
+ | No log | 1.0 | 6 | 1.3933 | 0.2889 |
69
+ | 1.4502 | 2.0 | 12 | 1.3758 | 0.2889 |
70
+ | 1.4502 | 3.0 | 18 | 1.3846 | 0.1556 |
71
+ | 1.1864 | 4.0 | 24 | 1.3867 | 0.2 |
72
+ | 1.0417 | 5.0 | 30 | 1.4200 | 0.2222 |
73
+ | 1.0417 | 6.0 | 36 | 1.4398 | 0.2667 |
74
+ | 0.8998 | 7.0 | 42 | 1.4309 | 0.2667 |
75
+ | 0.8998 | 8.0 | 48 | 1.4422 | 0.2889 |
76
+ | 0.802 | 9.0 | 54 | 1.4525 | 0.3111 |
77
+ | 0.7173 | 10.0 | 60 | 1.4451 | 0.3333 |
78
+ | 0.7173 | 11.0 | 66 | 1.4170 | 0.3556 |
79
+ | 0.6327 | 12.0 | 72 | 1.4262 | 0.3778 |
80
+ | 0.6327 | 13.0 | 78 | 1.4500 | 0.3778 |
81
+ | 0.5705 | 14.0 | 84 | 1.4362 | 0.3778 |
82
+ | 0.4928 | 15.0 | 90 | 1.4119 | 0.3778 |
83
+ | 0.4928 | 16.0 | 96 | 1.4031 | 0.4 |
84
+ | 0.4272 | 17.0 | 102 | 1.4009 | 0.4 |
85
+ | 0.4272 | 18.0 | 108 | 1.4134 | 0.4 |
86
+ | 0.3882 | 19.0 | 114 | 1.4007 | 0.4 |
87
+ | 0.3396 | 20.0 | 120 | 1.3936 | 0.4 |
88
+ | 0.3396 | 21.0 | 126 | 1.3916 | 0.4222 |
89
+ | 0.2975 | 22.0 | 132 | 1.3801 | 0.4222 |
90
+ | 0.2975 | 23.0 | 138 | 1.3854 | 0.4222 |
91
+ | 0.2664 | 24.0 | 144 | 1.3827 | 0.4444 |
92
+ | 0.2292 | 25.0 | 150 | 1.3826 | 0.4444 |
93
+ | 0.2292 | 26.0 | 156 | 1.3717 | 0.4667 |
94
+ | 0.2136 | 27.0 | 162 | 1.3670 | 0.4667 |
95
+ | 0.2136 | 28.0 | 168 | 1.3720 | 0.4667 |
96
+ | 0.1873 | 29.0 | 174 | 1.3622 | 0.4667 |
97
+ | 0.1666 | 30.0 | 180 | 1.3494 | 0.5111 |
98
+ | 0.1666 | 31.0 | 186 | 1.3586 | 0.4889 |
99
+ | 0.1595 | 32.0 | 192 | 1.3677 | 0.5111 |
100
+ | 0.1595 | 33.0 | 198 | 1.3760 | 0.5111 |
101
+ | 0.1486 | 34.0 | 204 | 1.3711 | 0.5111 |
102
+ | 0.1401 | 35.0 | 210 | 1.3652 | 0.5111 |
103
+ | 0.1401 | 36.0 | 216 | 1.3610 | 0.5333 |
104
+ | 0.1317 | 37.0 | 222 | 1.3597 | 0.5333 |
105
+ | 0.1317 | 38.0 | 228 | 1.3618 | 0.5333 |
106
+ | 0.1202 | 39.0 | 234 | 1.3633 | 0.5333 |
107
+ | 0.122 | 40.0 | 240 | 1.3628 | 0.5333 |
108
+ | 0.122 | 41.0 | 246 | 1.3631 | 0.5333 |
109
+ | 0.1214 | 42.0 | 252 | 1.3630 | 0.5333 |
110
+ | 0.1214 | 43.0 | 258 | 1.3630 | 0.5333 |
111
+ | 0.1203 | 44.0 | 264 | 1.3630 | 0.5333 |
112
+ | 0.1185 | 45.0 | 270 | 1.3630 | 0.5333 |
113
+ | 0.1185 | 46.0 | 276 | 1.3630 | 0.5333 |
114
+ | 0.1174 | 47.0 | 282 | 1.3630 | 0.5333 |
115
+ | 0.1174 | 48.0 | 288 | 1.3630 | 0.5333 |
116
+ | 0.1152 | 49.0 | 294 | 1.3630 | 0.5333 |
117
+ | 0.1204 | 50.0 | 300 | 1.3630 | 0.5333 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.35.0
123
+ - Pytorch 2.1.0+cu118
124
+ - Datasets 2.14.6
125
+ - Tokenizers 0.14.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7af55063f184b75c6497f36a64e73b763ea2e428efd4e3c34f48c9ea1ba8ec5d
3
  size 22123464
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af7a8888861b4cedf309c04c2031a9679cb38eeb36b9d0cddfbbf02d216ea54
3
  size 22123464