hkivancoral commited on
Commit
9760d88
·
1 Parent(s): 82d226c

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_00001_fold4
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.6666666666666666
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_00001_fold4
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: 0.7508
36
+ - Accuracy: 0.6667
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: 1e-05
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.3350 | 0.3571 |
69
+ | 1.346 | 2.0 | 12 | 1.2810 | 0.3810 |
70
+ | 1.346 | 3.0 | 18 | 1.2346 | 0.4048 |
71
+ | 1.107 | 4.0 | 24 | 1.1917 | 0.4048 |
72
+ | 0.9637 | 5.0 | 30 | 1.1623 | 0.3571 |
73
+ | 0.9637 | 6.0 | 36 | 1.1357 | 0.4048 |
74
+ | 0.8241 | 7.0 | 42 | 1.1137 | 0.4286 |
75
+ | 0.8241 | 8.0 | 48 | 1.0906 | 0.4286 |
76
+ | 0.6746 | 9.0 | 54 | 1.0721 | 0.4286 |
77
+ | 0.594 | 10.0 | 60 | 1.0502 | 0.4286 |
78
+ | 0.594 | 11.0 | 66 | 1.0303 | 0.4286 |
79
+ | 0.4897 | 12.0 | 72 | 1.0072 | 0.4524 |
80
+ | 0.4897 | 13.0 | 78 | 0.9837 | 0.4762 |
81
+ | 0.4223 | 14.0 | 84 | 0.9800 | 0.4762 |
82
+ | 0.3482 | 15.0 | 90 | 0.9580 | 0.5 |
83
+ | 0.3482 | 16.0 | 96 | 0.9315 | 0.5238 |
84
+ | 0.2808 | 17.0 | 102 | 0.9182 | 0.5238 |
85
+ | 0.2808 | 18.0 | 108 | 0.9032 | 0.5714 |
86
+ | 0.2441 | 19.0 | 114 | 0.8918 | 0.6190 |
87
+ | 0.2119 | 20.0 | 120 | 0.8729 | 0.6190 |
88
+ | 0.2119 | 21.0 | 126 | 0.8574 | 0.6190 |
89
+ | 0.1699 | 22.0 | 132 | 0.8454 | 0.6190 |
90
+ | 0.1699 | 23.0 | 138 | 0.8308 | 0.6190 |
91
+ | 0.1443 | 24.0 | 144 | 0.8166 | 0.6190 |
92
+ | 0.1255 | 25.0 | 150 | 0.8066 | 0.6905 |
93
+ | 0.1255 | 26.0 | 156 | 0.8088 | 0.6905 |
94
+ | 0.1078 | 27.0 | 162 | 0.7901 | 0.6905 |
95
+ | 0.1078 | 28.0 | 168 | 0.7892 | 0.6667 |
96
+ | 0.094 | 29.0 | 174 | 0.7900 | 0.6667 |
97
+ | 0.0785 | 30.0 | 180 | 0.7761 | 0.6667 |
98
+ | 0.0785 | 31.0 | 186 | 0.7673 | 0.6667 |
99
+ | 0.071 | 32.0 | 192 | 0.7632 | 0.6667 |
100
+ | 0.071 | 33.0 | 198 | 0.7572 | 0.6667 |
101
+ | 0.066 | 34.0 | 204 | 0.7549 | 0.6667 |
102
+ | 0.0595 | 35.0 | 210 | 0.7582 | 0.6667 |
103
+ | 0.0595 | 36.0 | 216 | 0.7573 | 0.6667 |
104
+ | 0.0553 | 37.0 | 222 | 0.7569 | 0.6667 |
105
+ | 0.0553 | 38.0 | 228 | 0.7526 | 0.6667 |
106
+ | 0.0524 | 39.0 | 234 | 0.7502 | 0.6667 |
107
+ | 0.0501 | 40.0 | 240 | 0.7502 | 0.6667 |
108
+ | 0.0501 | 41.0 | 246 | 0.7508 | 0.6667 |
109
+ | 0.0507 | 42.0 | 252 | 0.7508 | 0.6667 |
110
+ | 0.0507 | 43.0 | 258 | 0.7508 | 0.6667 |
111
+ | 0.0466 | 44.0 | 264 | 0.7508 | 0.6667 |
112
+ | 0.0501 | 45.0 | 270 | 0.7508 | 0.6667 |
113
+ | 0.0501 | 46.0 | 276 | 0.7508 | 0.6667 |
114
+ | 0.0512 | 47.0 | 282 | 0.7508 | 0.6667 |
115
+ | 0.0512 | 48.0 | 288 | 0.7508 | 0.6667 |
116
+ | 0.0478 | 49.0 | 294 | 0.7508 | 0.6667 |
117
+ | 0.0501 | 50.0 | 300 | 0.7508 | 0.6667 |
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:f48a7a1d6daeba5f7de610dfdf786757a4cbbc2f90e7c6a9ba4ca233bbf6bc46
3
  size 86691704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c03d2f300e8dae770dd241f7e65b13f8c5b89fa24459599969cab4d0b8424e
3
  size 86691704
runs/Nov13_18-08-36_b0f37ff37b83/events.out.tfevents.1699898917.b0f37ff37b83.1153.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d59120a0e1f1a82ddd181ace9d7833ca8699a8d1b2abe98dd783752a3fb74c13
3
- size 24622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee85b8b3bd39102d30fd2596b710a040ce53b6cb09d7da376e07c8bf2829d845
3
+ size 25456