hkivancoral commited on
Commit
9844916
1 Parent(s): d7c8437

End of training

Browse files
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/deit-small-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: hushem_1x_deit_small_sgd_001_fold3
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.2558139534883721
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_small_sgd_001_fold3
32
+
33
+ This model is a fine-tuned version of [facebook/deit-small-patch16-224](https://huggingface.co/facebook/deit-small-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.3255
36
+ - Accuracy: 0.2558
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
+ | No log | 1.0 | 6 | 1.5642 | 0.2326 |
69
+ | 1.4806 | 2.0 | 12 | 1.5332 | 0.3256 |
70
+ | 1.4806 | 3.0 | 18 | 1.5110 | 0.3256 |
71
+ | 1.4127 | 4.0 | 24 | 1.4910 | 0.3256 |
72
+ | 1.3859 | 5.0 | 30 | 1.4734 | 0.3256 |
73
+ | 1.3859 | 6.0 | 36 | 1.4581 | 0.3256 |
74
+ | 1.372 | 7.0 | 42 | 1.4448 | 0.3256 |
75
+ | 1.372 | 8.0 | 48 | 1.4360 | 0.3256 |
76
+ | 1.3407 | 9.0 | 54 | 1.4268 | 0.3256 |
77
+ | 1.3476 | 10.0 | 60 | 1.4184 | 0.3256 |
78
+ | 1.3476 | 11.0 | 66 | 1.4115 | 0.3256 |
79
+ | 1.3176 | 12.0 | 72 | 1.4055 | 0.3488 |
80
+ | 1.3176 | 13.0 | 78 | 1.3989 | 0.3488 |
81
+ | 1.3009 | 14.0 | 84 | 1.3926 | 0.3256 |
82
+ | 1.3032 | 15.0 | 90 | 1.3870 | 0.3256 |
83
+ | 1.3032 | 16.0 | 96 | 1.3815 | 0.3256 |
84
+ | 1.2893 | 17.0 | 102 | 1.3768 | 0.3256 |
85
+ | 1.2893 | 18.0 | 108 | 1.3723 | 0.3023 |
86
+ | 1.252 | 19.0 | 114 | 1.3680 | 0.3023 |
87
+ | 1.2643 | 20.0 | 120 | 1.3638 | 0.3023 |
88
+ | 1.2643 | 21.0 | 126 | 1.3601 | 0.2791 |
89
+ | 1.2642 | 22.0 | 132 | 1.3567 | 0.2791 |
90
+ | 1.2642 | 23.0 | 138 | 1.3535 | 0.2791 |
91
+ | 1.2369 | 24.0 | 144 | 1.3502 | 0.2791 |
92
+ | 1.2315 | 25.0 | 150 | 1.3476 | 0.2791 |
93
+ | 1.2315 | 26.0 | 156 | 1.3450 | 0.2791 |
94
+ | 1.2236 | 27.0 | 162 | 1.3424 | 0.2558 |
95
+ | 1.2236 | 28.0 | 168 | 1.3403 | 0.2558 |
96
+ | 1.2327 | 29.0 | 174 | 1.3382 | 0.2558 |
97
+ | 1.2254 | 30.0 | 180 | 1.3363 | 0.2558 |
98
+ | 1.2254 | 31.0 | 186 | 1.3347 | 0.2558 |
99
+ | 1.2165 | 32.0 | 192 | 1.3331 | 0.2558 |
100
+ | 1.2165 | 33.0 | 198 | 1.3315 | 0.2558 |
101
+ | 1.2003 | 34.0 | 204 | 1.3303 | 0.2558 |
102
+ | 1.2034 | 35.0 | 210 | 1.3292 | 0.2558 |
103
+ | 1.2034 | 36.0 | 216 | 1.3282 | 0.2558 |
104
+ | 1.2052 | 37.0 | 222 | 1.3273 | 0.2558 |
105
+ | 1.2052 | 38.0 | 228 | 1.3266 | 0.2558 |
106
+ | 1.2216 | 39.0 | 234 | 1.3261 | 0.2558 |
107
+ | 1.2003 | 40.0 | 240 | 1.3258 | 0.2558 |
108
+ | 1.2003 | 41.0 | 246 | 1.3256 | 0.2558 |
109
+ | 1.1856 | 42.0 | 252 | 1.3255 | 0.2558 |
110
+ | 1.1856 | 43.0 | 258 | 1.3255 | 0.2558 |
111
+ | 1.2091 | 44.0 | 264 | 1.3255 | 0.2558 |
112
+ | 1.1987 | 45.0 | 270 | 1.3255 | 0.2558 |
113
+ | 1.1987 | 46.0 | 276 | 1.3255 | 0.2558 |
114
+ | 1.1885 | 47.0 | 282 | 1.3255 | 0.2558 |
115
+ | 1.1885 | 48.0 | 288 | 1.3255 | 0.2558 |
116
+ | 1.2076 | 49.0 | 294 | 1.3255 | 0.2558 |
117
+ | 1.2139 | 50.0 | 300 | 1.3255 | 0.2558 |
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:f92f90eec6ecc1a4862c984b3d716edf9f41c527844c4c1145aa407222f0fb9a
3
  size 86691704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a34c56068ca4a5741aec2bd6656f03336119f9327d8213e8ed61ed277c0115d
3
  size 86691704
runs/Nov13_18-35-26_bee0b91e9507/events.out.tfevents.1699900527.bee0b91e9507.899.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:248ae0d8128260034398d9a98f1a23c21897a949de29e05d12e029bba5360028
3
- size 24607
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324f8ed628cd6672d00312d867540554fa5b29b6f780759fa91e22e6a1fe22eb
3
+ size 25441