hkivancoral commited on
Commit
e32a1be
1 Parent(s): 83e1984

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-tiny-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: hushem_1x_deit_tiny_sgd_001_fold3
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.3488372093023256
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_tiny_sgd_001_fold3
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.2767
36
+ - Accuracy: 0.3488
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.6231 | 0.2791 |
69
+ | 1.6502 | 2.0 | 12 | 1.5615 | 0.2791 |
70
+ | 1.6502 | 3.0 | 18 | 1.5208 | 0.2558 |
71
+ | 1.5138 | 4.0 | 24 | 1.4935 | 0.2093 |
72
+ | 1.441 | 5.0 | 30 | 1.4720 | 0.2093 |
73
+ | 1.441 | 6.0 | 36 | 1.4541 | 0.2326 |
74
+ | 1.3942 | 7.0 | 42 | 1.4402 | 0.3023 |
75
+ | 1.3942 | 8.0 | 48 | 1.4271 | 0.3023 |
76
+ | 1.3895 | 9.0 | 54 | 1.4159 | 0.2791 |
77
+ | 1.3382 | 10.0 | 60 | 1.4069 | 0.2791 |
78
+ | 1.3382 | 11.0 | 66 | 1.3983 | 0.2558 |
79
+ | 1.3326 | 12.0 | 72 | 1.3893 | 0.2558 |
80
+ | 1.3326 | 13.0 | 78 | 1.3800 | 0.2558 |
81
+ | 1.3102 | 14.0 | 84 | 1.3707 | 0.2558 |
82
+ | 1.3163 | 15.0 | 90 | 1.3619 | 0.2791 |
83
+ | 1.3163 | 16.0 | 96 | 1.3528 | 0.2791 |
84
+ | 1.295 | 17.0 | 102 | 1.3463 | 0.2791 |
85
+ | 1.295 | 18.0 | 108 | 1.3391 | 0.2791 |
86
+ | 1.2552 | 19.0 | 114 | 1.3325 | 0.3023 |
87
+ | 1.2682 | 20.0 | 120 | 1.3269 | 0.3023 |
88
+ | 1.2682 | 21.0 | 126 | 1.3221 | 0.3256 |
89
+ | 1.2578 | 22.0 | 132 | 1.3173 | 0.3488 |
90
+ | 1.2578 | 23.0 | 138 | 1.3126 | 0.3488 |
91
+ | 1.2124 | 24.0 | 144 | 1.3087 | 0.3488 |
92
+ | 1.2284 | 25.0 | 150 | 1.3049 | 0.3488 |
93
+ | 1.2284 | 26.0 | 156 | 1.3017 | 0.3488 |
94
+ | 1.2178 | 27.0 | 162 | 1.2982 | 0.3488 |
95
+ | 1.2178 | 28.0 | 168 | 1.2955 | 0.3488 |
96
+ | 1.2019 | 29.0 | 174 | 1.2931 | 0.3488 |
97
+ | 1.2029 | 30.0 | 180 | 1.2906 | 0.3488 |
98
+ | 1.2029 | 31.0 | 186 | 1.2886 | 0.3488 |
99
+ | 1.1935 | 32.0 | 192 | 1.2863 | 0.3488 |
100
+ | 1.1935 | 33.0 | 198 | 1.2843 | 0.3488 |
101
+ | 1.164 | 34.0 | 204 | 1.2826 | 0.3488 |
102
+ | 1.1999 | 35.0 | 210 | 1.2814 | 0.3488 |
103
+ | 1.1999 | 36.0 | 216 | 1.2801 | 0.3488 |
104
+ | 1.1813 | 37.0 | 222 | 1.2790 | 0.3488 |
105
+ | 1.1813 | 38.0 | 228 | 1.2781 | 0.3488 |
106
+ | 1.1753 | 39.0 | 234 | 1.2775 | 0.3488 |
107
+ | 1.1877 | 40.0 | 240 | 1.2770 | 0.3488 |
108
+ | 1.1877 | 41.0 | 246 | 1.2768 | 0.3488 |
109
+ | 1.1774 | 42.0 | 252 | 1.2767 | 0.3488 |
110
+ | 1.1774 | 43.0 | 258 | 1.2767 | 0.3488 |
111
+ | 1.1704 | 44.0 | 264 | 1.2767 | 0.3488 |
112
+ | 1.1843 | 45.0 | 270 | 1.2767 | 0.3488 |
113
+ | 1.1843 | 46.0 | 276 | 1.2767 | 0.3488 |
114
+ | 1.1726 | 47.0 | 282 | 1.2767 | 0.3488 |
115
+ | 1.1726 | 48.0 | 288 | 1.2767 | 0.3488 |
116
+ | 1.1541 | 49.0 | 294 | 1.2767 | 0.3488 |
117
+ | 1.1928 | 50.0 | 300 | 1.2767 | 0.3488 |
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:abcc7a46f64273f7a3988d04f0843acd67d417927e13acc434878fd84e634ca0
3
  size 22123464
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db98b0289849529ab6f42d1c53ce35a765cdc307568c793283605d142676144
3
  size 22123464