hkivancoral commited on
Commit
a7b31c6
1 Parent(s): fd397e8

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-small-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: hushem_5x_deit_small_rms_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.35555555555555557
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_small_rms_001_fold2
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: 3.6556
36
+ - Accuracy: 0.3556
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
+ | 2.0324 | 1.0 | 27 | 1.4564 | 0.2444 |
69
+ | 1.4819 | 2.0 | 54 | 1.4327 | 0.2444 |
70
+ | 1.4504 | 3.0 | 81 | 1.4455 | 0.2667 |
71
+ | 1.4703 | 4.0 | 108 | 1.5353 | 0.2444 |
72
+ | 1.4319 | 5.0 | 135 | 1.4161 | 0.2444 |
73
+ | 1.4127 | 6.0 | 162 | 1.4083 | 0.2444 |
74
+ | 1.424 | 7.0 | 189 | 1.4264 | 0.2667 |
75
+ | 1.3928 | 8.0 | 216 | 1.4087 | 0.2889 |
76
+ | 1.4183 | 9.0 | 243 | 1.3797 | 0.2667 |
77
+ | 1.2937 | 10.0 | 270 | 1.5479 | 0.3333 |
78
+ | 1.444 | 11.0 | 297 | 1.4212 | 0.2667 |
79
+ | 1.2489 | 12.0 | 324 | 1.3827 | 0.3333 |
80
+ | 1.2092 | 13.0 | 351 | 1.4109 | 0.3333 |
81
+ | 1.1924 | 14.0 | 378 | 1.3647 | 0.3556 |
82
+ | 1.1322 | 15.0 | 405 | 1.4486 | 0.4 |
83
+ | 1.059 | 16.0 | 432 | 1.3236 | 0.2889 |
84
+ | 1.007 | 17.0 | 459 | 1.5059 | 0.3778 |
85
+ | 1.0396 | 18.0 | 486 | 1.8214 | 0.3778 |
86
+ | 0.9935 | 19.0 | 513 | 1.6035 | 0.2222 |
87
+ | 0.9595 | 20.0 | 540 | 1.8699 | 0.3111 |
88
+ | 0.9315 | 21.0 | 567 | 1.9455 | 0.2889 |
89
+ | 0.9127 | 22.0 | 594 | 1.9720 | 0.1778 |
90
+ | 0.9141 | 23.0 | 621 | 1.8863 | 0.4222 |
91
+ | 0.8941 | 24.0 | 648 | 2.4630 | 0.2444 |
92
+ | 0.861 | 25.0 | 675 | 2.3990 | 0.2 |
93
+ | 0.8474 | 26.0 | 702 | 2.1204 | 0.3556 |
94
+ | 0.7937 | 27.0 | 729 | 2.7394 | 0.3556 |
95
+ | 0.7958 | 28.0 | 756 | 2.5648 | 0.2 |
96
+ | 0.7373 | 29.0 | 783 | 2.5253 | 0.3778 |
97
+ | 0.7358 | 30.0 | 810 | 2.5059 | 0.3778 |
98
+ | 0.691 | 31.0 | 837 | 2.3895 | 0.4222 |
99
+ | 0.7103 | 32.0 | 864 | 2.5414 | 0.4222 |
100
+ | 0.6539 | 33.0 | 891 | 3.0204 | 0.3333 |
101
+ | 0.6275 | 34.0 | 918 | 2.6245 | 0.3778 |
102
+ | 0.5921 | 35.0 | 945 | 3.2133 | 0.2667 |
103
+ | 0.5912 | 36.0 | 972 | 3.5251 | 0.2667 |
104
+ | 0.5547 | 37.0 | 999 | 3.3775 | 0.2889 |
105
+ | 0.4976 | 38.0 | 1026 | 3.1294 | 0.4 |
106
+ | 0.4303 | 39.0 | 1053 | 3.2846 | 0.3778 |
107
+ | 0.3956 | 40.0 | 1080 | 3.2354 | 0.4444 |
108
+ | 0.3999 | 41.0 | 1107 | 3.0834 | 0.4667 |
109
+ | 0.3745 | 42.0 | 1134 | 3.3561 | 0.3333 |
110
+ | 0.3219 | 43.0 | 1161 | 3.3246 | 0.3333 |
111
+ | 0.2571 | 44.0 | 1188 | 3.4952 | 0.3556 |
112
+ | 0.2544 | 45.0 | 1215 | 3.6528 | 0.3778 |
113
+ | 0.2048 | 46.0 | 1242 | 3.6814 | 0.3333 |
114
+ | 0.2017 | 47.0 | 1269 | 3.5396 | 0.3778 |
115
+ | 0.1409 | 48.0 | 1296 | 3.6629 | 0.3556 |
116
+ | 0.1528 | 49.0 | 1323 | 3.6556 | 0.3556 |
117
+ | 0.122 | 50.0 | 1350 | 3.6556 | 0.3556 |
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:3543e5ee4d7957f1ec374de89b041383b9c0573dcc4e15569f9aa6a46de16625
3
  size 86691704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cefac19f60a09d11a377ca781dc5abf2b2d4795202bbbb838942e1f19b47f722
3
  size 86691704