hkivancoral commited on
Commit
e59c74b
·
1 Parent(s): 3596fac

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_sgd_00001_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.2
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_sgd_00001_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: 1.4921
36
+ - Accuracy: 0.2
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
+ | 1.5247 | 1.0 | 27 | 1.5122 | 0.1778 |
69
+ | 1.5208 | 2.0 | 54 | 1.5113 | 0.1778 |
70
+ | 1.5431 | 3.0 | 81 | 1.5104 | 0.1778 |
71
+ | 1.5874 | 4.0 | 108 | 1.5095 | 0.1778 |
72
+ | 1.5185 | 5.0 | 135 | 1.5086 | 0.1778 |
73
+ | 1.5124 | 6.0 | 162 | 1.5078 | 0.1778 |
74
+ | 1.4656 | 7.0 | 189 | 1.5070 | 0.1778 |
75
+ | 1.5113 | 8.0 | 216 | 1.5062 | 0.1778 |
76
+ | 1.5043 | 9.0 | 243 | 1.5054 | 0.1778 |
77
+ | 1.505 | 10.0 | 270 | 1.5047 | 0.1778 |
78
+ | 1.4599 | 11.0 | 297 | 1.5040 | 0.1778 |
79
+ | 1.5036 | 12.0 | 324 | 1.5033 | 0.1778 |
80
+ | 1.5237 | 13.0 | 351 | 1.5026 | 0.1778 |
81
+ | 1.511 | 14.0 | 378 | 1.5019 | 0.1778 |
82
+ | 1.5324 | 15.0 | 405 | 1.5013 | 0.1778 |
83
+ | 1.5272 | 16.0 | 432 | 1.5007 | 0.1778 |
84
+ | 1.5263 | 17.0 | 459 | 1.5002 | 0.1778 |
85
+ | 1.4937 | 18.0 | 486 | 1.4996 | 0.1778 |
86
+ | 1.5117 | 19.0 | 513 | 1.4991 | 0.1778 |
87
+ | 1.516 | 20.0 | 540 | 1.4985 | 0.1778 |
88
+ | 1.5298 | 21.0 | 567 | 1.4981 | 0.1778 |
89
+ | 1.5031 | 22.0 | 594 | 1.4976 | 0.1778 |
90
+ | 1.496 | 23.0 | 621 | 1.4971 | 0.1778 |
91
+ | 1.4984 | 24.0 | 648 | 1.4967 | 0.2 |
92
+ | 1.4849 | 25.0 | 675 | 1.4963 | 0.2 |
93
+ | 1.5277 | 26.0 | 702 | 1.4959 | 0.2 |
94
+ | 1.4813 | 27.0 | 729 | 1.4955 | 0.2 |
95
+ | 1.5008 | 28.0 | 756 | 1.4952 | 0.2 |
96
+ | 1.5143 | 29.0 | 783 | 1.4948 | 0.2 |
97
+ | 1.5063 | 30.0 | 810 | 1.4945 | 0.2 |
98
+ | 1.5197 | 31.0 | 837 | 1.4942 | 0.2 |
99
+ | 1.4689 | 32.0 | 864 | 1.4940 | 0.2 |
100
+ | 1.5261 | 33.0 | 891 | 1.4937 | 0.2 |
101
+ | 1.5047 | 34.0 | 918 | 1.4935 | 0.2 |
102
+ | 1.4608 | 35.0 | 945 | 1.4933 | 0.2 |
103
+ | 1.5134 | 36.0 | 972 | 1.4931 | 0.2 |
104
+ | 1.4999 | 37.0 | 999 | 1.4929 | 0.2 |
105
+ | 1.4901 | 38.0 | 1026 | 1.4928 | 0.2 |
106
+ | 1.4933 | 39.0 | 1053 | 1.4926 | 0.2 |
107
+ | 1.5285 | 40.0 | 1080 | 1.4925 | 0.2 |
108
+ | 1.5189 | 41.0 | 1107 | 1.4924 | 0.2 |
109
+ | 1.5357 | 42.0 | 1134 | 1.4923 | 0.2 |
110
+ | 1.5726 | 43.0 | 1161 | 1.4923 | 0.2 |
111
+ | 1.4926 | 44.0 | 1188 | 1.4922 | 0.2 |
112
+ | 1.4915 | 45.0 | 1215 | 1.4922 | 0.2 |
113
+ | 1.4934 | 46.0 | 1242 | 1.4921 | 0.2 |
114
+ | 1.5214 | 47.0 | 1269 | 1.4921 | 0.2 |
115
+ | 1.5071 | 48.0 | 1296 | 1.4921 | 0.2 |
116
+ | 1.5711 | 49.0 | 1323 | 1.4921 | 0.2 |
117
+ | 1.4665 | 50.0 | 1350 | 1.4921 | 0.2 |
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:39bd1f4bff3c4b793f4f6566398893f5da57a27b6ae3505dc847a8f52a18b85d
3
  size 86691704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d49247948015998624b434377fb0f62ec6c98fbf6298618ee1753b3b722d34
3
  size 86691704