hkivancoral commited on
Commit
9127b4f
1 Parent(s): ecff12b

End of training

Browse files
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/deit-base-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: hushem_5x_deit_base_sgd_001_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.4888888888888889
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_deit_base_sgd_001_fold2
32
+
33
+ This model is a fine-tuned version of [facebook/deit-base-patch16-224](https://huggingface.co/facebook/deit-base-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.2313
36
+ - Accuracy: 0.4889
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
+ | 1.4159 | 1.0 | 27 | 1.4534 | 0.1333 |
69
+ | 1.3715 | 2.0 | 54 | 1.4329 | 0.1333 |
70
+ | 1.349 | 3.0 | 81 | 1.4161 | 0.1556 |
71
+ | 1.3491 | 4.0 | 108 | 1.4025 | 0.1556 |
72
+ | 1.3037 | 5.0 | 135 | 1.3915 | 0.2 |
73
+ | 1.2977 | 6.0 | 162 | 1.3813 | 0.2444 |
74
+ | 1.2881 | 7.0 | 189 | 1.3728 | 0.2889 |
75
+ | 1.2735 | 8.0 | 216 | 1.3643 | 0.3333 |
76
+ | 1.2461 | 9.0 | 243 | 1.3568 | 0.3556 |
77
+ | 1.2282 | 10.0 | 270 | 1.3495 | 0.3556 |
78
+ | 1.2197 | 11.0 | 297 | 1.3426 | 0.3556 |
79
+ | 1.1815 | 12.0 | 324 | 1.3361 | 0.3778 |
80
+ | 1.1874 | 13.0 | 351 | 1.3296 | 0.3778 |
81
+ | 1.1512 | 14.0 | 378 | 1.3234 | 0.3778 |
82
+ | 1.169 | 15.0 | 405 | 1.3177 | 0.4 |
83
+ | 1.1635 | 16.0 | 432 | 1.3122 | 0.4 |
84
+ | 1.1212 | 17.0 | 459 | 1.3068 | 0.4 |
85
+ | 1.1132 | 18.0 | 486 | 1.3013 | 0.4 |
86
+ | 1.0934 | 19.0 | 513 | 1.2960 | 0.4 |
87
+ | 1.0783 | 20.0 | 540 | 1.2914 | 0.4 |
88
+ | 1.0674 | 21.0 | 567 | 1.2869 | 0.4 |
89
+ | 1.0564 | 22.0 | 594 | 1.2826 | 0.4222 |
90
+ | 1.0602 | 23.0 | 621 | 1.2784 | 0.4444 |
91
+ | 1.0292 | 24.0 | 648 | 1.2744 | 0.4667 |
92
+ | 1.0348 | 25.0 | 675 | 1.2706 | 0.4667 |
93
+ | 1.0373 | 26.0 | 702 | 1.2671 | 0.4667 |
94
+ | 1.0143 | 27.0 | 729 | 1.2638 | 0.4667 |
95
+ | 1.0044 | 28.0 | 756 | 1.2607 | 0.4667 |
96
+ | 0.9861 | 29.0 | 783 | 1.2578 | 0.4667 |
97
+ | 1.0112 | 30.0 | 810 | 1.2551 | 0.4667 |
98
+ | 0.9561 | 31.0 | 837 | 1.2525 | 0.4667 |
99
+ | 0.9839 | 32.0 | 864 | 1.2500 | 0.4667 |
100
+ | 0.9768 | 33.0 | 891 | 1.2477 | 0.4667 |
101
+ | 0.936 | 34.0 | 918 | 1.2456 | 0.4667 |
102
+ | 0.9571 | 35.0 | 945 | 1.2436 | 0.4667 |
103
+ | 0.9423 | 36.0 | 972 | 1.2418 | 0.4667 |
104
+ | 0.9413 | 37.0 | 999 | 1.2401 | 0.4667 |
105
+ | 0.9304 | 38.0 | 1026 | 1.2386 | 0.4889 |
106
+ | 0.9391 | 39.0 | 1053 | 1.2372 | 0.4889 |
107
+ | 0.9013 | 40.0 | 1080 | 1.2360 | 0.4889 |
108
+ | 0.9198 | 41.0 | 1107 | 1.2349 | 0.4889 |
109
+ | 0.9119 | 42.0 | 1134 | 1.2340 | 0.4889 |
110
+ | 0.9214 | 43.0 | 1161 | 1.2332 | 0.4889 |
111
+ | 0.8928 | 44.0 | 1188 | 1.2325 | 0.4889 |
112
+ | 0.9196 | 45.0 | 1215 | 1.2320 | 0.4889 |
113
+ | 0.906 | 46.0 | 1242 | 1.2316 | 0.4889 |
114
+ | 0.9098 | 47.0 | 1269 | 1.2314 | 0.4889 |
115
+ | 0.9113 | 48.0 | 1296 | 1.2313 | 0.4889 |
116
+ | 0.9534 | 49.0 | 1323 | 1.2313 | 0.4889 |
117
+ | 0.8999 | 50.0 | 1350 | 1.2313 | 0.4889 |
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:d8aba05343eed15fe689c448db443ab6bfa13d836b43a66267f63fd18920162e
3
  size 343230128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab622064d5e75ae04afdc1967d31b8d9e68b03ed2c13a57dc9ec4b1f86e0f5f4
3
  size 343230128
runs/Nov26_03-36-27_86b6a4671e23/events.out.tfevents.1700969790.86b6a4671e23.909.32 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e292ffd4ed22a1def6896ac6c21040c5da592c9b401187428db4723e95eec2da
3
- size 41668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3853c9e9a382047408e723bf78a7614cb878a9fc886b50e6dfdd71f75f207b5b
3
+ size 42022