hkivancoral commited on
Commit
7f1b9df
1 Parent(s): ad8677b

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_adamax_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.5777777777777777
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_adamax_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.0653
36
+ - Accuracy: 0.5778
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.5866 | 0.2444 |
69
+ | 1.9023 | 2.0 | 12 | 1.3764 | 0.2444 |
70
+ | 1.9023 | 3.0 | 18 | 1.3051 | 0.4222 |
71
+ | 1.349 | 4.0 | 24 | 1.1457 | 0.4889 |
72
+ | 1.2765 | 5.0 | 30 | 1.1296 | 0.5333 |
73
+ | 1.2765 | 6.0 | 36 | 1.0799 | 0.4667 |
74
+ | 0.9532 | 7.0 | 42 | 0.9251 | 0.5778 |
75
+ | 0.9532 | 8.0 | 48 | 0.9697 | 0.6 |
76
+ | 0.606 | 9.0 | 54 | 1.3926 | 0.4889 |
77
+ | 0.572 | 10.0 | 60 | 1.7732 | 0.5778 |
78
+ | 0.572 | 11.0 | 66 | 1.3882 | 0.5556 |
79
+ | 0.5961 | 12.0 | 72 | 1.7835 | 0.5333 |
80
+ | 0.5961 | 13.0 | 78 | 1.6876 | 0.5111 |
81
+ | 0.36 | 14.0 | 84 | 2.6292 | 0.5556 |
82
+ | 0.1021 | 15.0 | 90 | 3.3955 | 0.4444 |
83
+ | 0.1021 | 16.0 | 96 | 2.7199 | 0.5333 |
84
+ | 0.0705 | 17.0 | 102 | 3.2188 | 0.5778 |
85
+ | 0.0705 | 18.0 | 108 | 2.9572 | 0.5778 |
86
+ | 0.1408 | 19.0 | 114 | 3.4311 | 0.6222 |
87
+ | 0.0481 | 20.0 | 120 | 3.3680 | 0.5111 |
88
+ | 0.0481 | 21.0 | 126 | 3.9440 | 0.4889 |
89
+ | 0.0285 | 22.0 | 132 | 3.0805 | 0.5111 |
90
+ | 0.0285 | 23.0 | 138 | 3.2788 | 0.4889 |
91
+ | 0.0077 | 24.0 | 144 | 3.3798 | 0.5111 |
92
+ | 0.0144 | 25.0 | 150 | 3.3118 | 0.5333 |
93
+ | 0.0144 | 26.0 | 156 | 3.1251 | 0.5111 |
94
+ | 0.0005 | 27.0 | 162 | 2.9134 | 0.5778 |
95
+ | 0.0005 | 28.0 | 168 | 2.8352 | 0.6 |
96
+ | 0.0006 | 29.0 | 174 | 2.7529 | 0.5778 |
97
+ | 0.0002 | 30.0 | 180 | 2.8235 | 0.6 |
98
+ | 0.0002 | 31.0 | 186 | 2.8802 | 0.6 |
99
+ | 0.0001 | 32.0 | 192 | 2.9253 | 0.5778 |
100
+ | 0.0001 | 33.0 | 198 | 2.9651 | 0.5778 |
101
+ | 0.0001 | 34.0 | 204 | 2.9943 | 0.5778 |
102
+ | 0.0001 | 35.0 | 210 | 3.0146 | 0.5778 |
103
+ | 0.0001 | 36.0 | 216 | 3.0314 | 0.5778 |
104
+ | 0.0001 | 37.0 | 222 | 3.0446 | 0.5778 |
105
+ | 0.0001 | 38.0 | 228 | 3.0538 | 0.5778 |
106
+ | 0.0001 | 39.0 | 234 | 3.0596 | 0.5778 |
107
+ | 0.0001 | 40.0 | 240 | 3.0631 | 0.5778 |
108
+ | 0.0001 | 41.0 | 246 | 3.0649 | 0.5778 |
109
+ | 0.0001 | 42.0 | 252 | 3.0653 | 0.5778 |
110
+ | 0.0001 | 43.0 | 258 | 3.0653 | 0.5778 |
111
+ | 0.0001 | 44.0 | 264 | 3.0653 | 0.5778 |
112
+ | 0.0001 | 45.0 | 270 | 3.0653 | 0.5778 |
113
+ | 0.0001 | 46.0 | 276 | 3.0653 | 0.5778 |
114
+ | 0.0001 | 47.0 | 282 | 3.0653 | 0.5778 |
115
+ | 0.0001 | 48.0 | 288 | 3.0653 | 0.5778 |
116
+ | 0.0001 | 49.0 | 294 | 3.0653 | 0.5778 |
117
+ | 0.0001 | 50.0 | 300 | 3.0653 | 0.5778 |
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:bc2ae76bcb4f3fcb5096f995139c6713d5f9803f2fdda6b111eb054c52a2050f
3
  size 86691704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:394a3334a1060bc0684376d43b53cf2eb054df4880f6ffe844b668aca9b2e2e9
3
  size 86691704
runs/Nov13_16-02-32_539903d36771/events.out.tfevents.1699891353.539903d36771.2411.47 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c8da95d3656ff8a2b2024454a2baf7cc7df7e2de475c19df3fc95e8f9bac2dd
3
- size 24616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07457a81a5fd57963c05b8dcd7cee095a7b75dec8daa2d10aab093e58788fd72
3
+ size 25450