hkivancoral commited on
Commit
91cbc2e
·
1 Parent(s): 5f0c358

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: 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_40x_deit_tiny_sgd_0001_fold5
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.5121951219512195
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_40x_deit_tiny_sgd_0001_fold5
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.1237
36
+ - Accuracy: 0.5122
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.4318 | 1.0 | 220 | 1.6149 | 0.1707 |
69
+ | 1.3729 | 2.0 | 440 | 1.5770 | 0.1951 |
70
+ | 1.3561 | 3.0 | 660 | 1.5432 | 0.1707 |
71
+ | 1.3096 | 4.0 | 880 | 1.5177 | 0.1463 |
72
+ | 1.2756 | 5.0 | 1100 | 1.4946 | 0.1951 |
73
+ | 1.2485 | 6.0 | 1320 | 1.4738 | 0.2195 |
74
+ | 1.1719 | 7.0 | 1540 | 1.4569 | 0.2195 |
75
+ | 1.1324 | 8.0 | 1760 | 1.4401 | 0.2439 |
76
+ | 1.1522 | 9.0 | 1980 | 1.4251 | 0.2683 |
77
+ | 1.1548 | 10.0 | 2200 | 1.4097 | 0.2439 |
78
+ | 1.1099 | 11.0 | 2420 | 1.3960 | 0.2683 |
79
+ | 1.0799 | 12.0 | 2640 | 1.3821 | 0.2683 |
80
+ | 1.072 | 13.0 | 2860 | 1.3689 | 0.2927 |
81
+ | 1.0381 | 14.0 | 3080 | 1.3552 | 0.3171 |
82
+ | 1.0533 | 15.0 | 3300 | 1.3423 | 0.2927 |
83
+ | 1.0294 | 16.0 | 3520 | 1.3293 | 0.3171 |
84
+ | 1.004 | 17.0 | 3740 | 1.3169 | 0.3171 |
85
+ | 1.0138 | 18.0 | 3960 | 1.3048 | 0.3171 |
86
+ | 0.9902 | 19.0 | 4180 | 1.2935 | 0.3171 |
87
+ | 0.9047 | 20.0 | 4400 | 1.2817 | 0.3171 |
88
+ | 0.9213 | 21.0 | 4620 | 1.2707 | 0.3415 |
89
+ | 0.9555 | 22.0 | 4840 | 1.2595 | 0.3415 |
90
+ | 0.9607 | 23.0 | 5060 | 1.2491 | 0.3415 |
91
+ | 0.9344 | 24.0 | 5280 | 1.2391 | 0.3415 |
92
+ | 0.8688 | 25.0 | 5500 | 1.2295 | 0.3902 |
93
+ | 0.9175 | 26.0 | 5720 | 1.2208 | 0.4146 |
94
+ | 0.887 | 27.0 | 5940 | 1.2120 | 0.4390 |
95
+ | 0.905 | 28.0 | 6160 | 1.2036 | 0.4634 |
96
+ | 0.8477 | 29.0 | 6380 | 1.1957 | 0.4878 |
97
+ | 0.8486 | 30.0 | 6600 | 1.1887 | 0.4878 |
98
+ | 0.9203 | 31.0 | 6820 | 1.1822 | 0.4878 |
99
+ | 0.8893 | 32.0 | 7040 | 1.1760 | 0.4878 |
100
+ | 0.8469 | 33.0 | 7260 | 1.1702 | 0.4878 |
101
+ | 0.7935 | 34.0 | 7480 | 1.1645 | 0.4878 |
102
+ | 0.7904 | 35.0 | 7700 | 1.1593 | 0.4878 |
103
+ | 0.7994 | 36.0 | 7920 | 1.1544 | 0.5122 |
104
+ | 0.8205 | 37.0 | 8140 | 1.1499 | 0.5122 |
105
+ | 0.8696 | 38.0 | 8360 | 1.1458 | 0.5122 |
106
+ | 0.8262 | 39.0 | 8580 | 1.1421 | 0.5122 |
107
+ | 0.7584 | 40.0 | 8800 | 1.1388 | 0.5122 |
108
+ | 0.8457 | 41.0 | 9020 | 1.1358 | 0.5122 |
109
+ | 0.8307 | 42.0 | 9240 | 1.1331 | 0.5122 |
110
+ | 0.8183 | 43.0 | 9460 | 1.1307 | 0.5122 |
111
+ | 0.7718 | 44.0 | 9680 | 1.1287 | 0.5122 |
112
+ | 0.7855 | 45.0 | 9900 | 1.1271 | 0.5122 |
113
+ | 0.7875 | 46.0 | 10120 | 1.1258 | 0.5122 |
114
+ | 0.8109 | 47.0 | 10340 | 1.1248 | 0.5122 |
115
+ | 0.7297 | 48.0 | 10560 | 1.1241 | 0.5122 |
116
+ | 0.7352 | 49.0 | 10780 | 1.1238 | 0.5122 |
117
+ | 0.7935 | 50.0 | 11000 | 1.1237 | 0.5122 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.32.1
123
+ - Pytorch 2.1.1+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:1ab0dbc44dec036036ab519008e21e6f49ed485fc5ad685a952e945511925104
3
  size 22168618
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e454bbcdd405af1fdd9a155f379ad982c23b556d2d68d07dfd60130d917363
3
  size 22168618