hkivancoral commited on
Commit
ed31b3f
1 Parent(s): 270917f

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_fold5
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.6585365853658537
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_fold5
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.7730
36
+ - Accuracy: 0.6585
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.3080 | 0.3171 |
69
+ | 1.348 | 2.0 | 12 | 1.2421 | 0.3659 |
70
+ | 1.348 | 3.0 | 18 | 1.1840 | 0.4634 |
71
+ | 1.1221 | 4.0 | 24 | 1.1443 | 0.4634 |
72
+ | 0.9962 | 5.0 | 30 | 1.1209 | 0.4634 |
73
+ | 0.9962 | 6.0 | 36 | 1.0884 | 0.5366 |
74
+ | 0.8532 | 7.0 | 42 | 1.0512 | 0.5122 |
75
+ | 0.8532 | 8.0 | 48 | 1.0147 | 0.5366 |
76
+ | 0.73 | 9.0 | 54 | 0.9886 | 0.5366 |
77
+ | 0.61 | 10.0 | 60 | 0.9683 | 0.5610 |
78
+ | 0.61 | 11.0 | 66 | 0.9452 | 0.5854 |
79
+ | 0.5241 | 12.0 | 72 | 0.9201 | 0.6341 |
80
+ | 0.5241 | 13.0 | 78 | 0.9013 | 0.6341 |
81
+ | 0.4293 | 14.0 | 84 | 0.8851 | 0.6341 |
82
+ | 0.3674 | 15.0 | 90 | 0.8707 | 0.6341 |
83
+ | 0.3674 | 16.0 | 96 | 0.8542 | 0.6341 |
84
+ | 0.304 | 17.0 | 102 | 0.8474 | 0.6341 |
85
+ | 0.304 | 18.0 | 108 | 0.8370 | 0.6341 |
86
+ | 0.2449 | 19.0 | 114 | 0.8233 | 0.6341 |
87
+ | 0.2119 | 20.0 | 120 | 0.8193 | 0.6341 |
88
+ | 0.2119 | 21.0 | 126 | 0.8116 | 0.6341 |
89
+ | 0.1788 | 22.0 | 132 | 0.8051 | 0.6341 |
90
+ | 0.1788 | 23.0 | 138 | 0.7954 | 0.6341 |
91
+ | 0.1445 | 24.0 | 144 | 0.7897 | 0.6341 |
92
+ | 0.1262 | 25.0 | 150 | 0.7881 | 0.6829 |
93
+ | 0.1262 | 26.0 | 156 | 0.7818 | 0.6585 |
94
+ | 0.1066 | 27.0 | 162 | 0.7872 | 0.6829 |
95
+ | 0.1066 | 28.0 | 168 | 0.7762 | 0.6585 |
96
+ | 0.0891 | 29.0 | 174 | 0.7687 | 0.6585 |
97
+ | 0.0806 | 30.0 | 180 | 0.7658 | 0.6829 |
98
+ | 0.0806 | 31.0 | 186 | 0.7688 | 0.6829 |
99
+ | 0.0692 | 32.0 | 192 | 0.7732 | 0.6829 |
100
+ | 0.0692 | 33.0 | 198 | 0.7763 | 0.6585 |
101
+ | 0.0592 | 34.0 | 204 | 0.7749 | 0.6585 |
102
+ | 0.0587 | 35.0 | 210 | 0.7694 | 0.6829 |
103
+ | 0.0587 | 36.0 | 216 | 0.7701 | 0.6829 |
104
+ | 0.0549 | 37.0 | 222 | 0.7733 | 0.6585 |
105
+ | 0.0549 | 38.0 | 228 | 0.7741 | 0.6585 |
106
+ | 0.0463 | 39.0 | 234 | 0.7744 | 0.6585 |
107
+ | 0.0481 | 40.0 | 240 | 0.7732 | 0.6585 |
108
+ | 0.0481 | 41.0 | 246 | 0.7732 | 0.6585 |
109
+ | 0.0468 | 42.0 | 252 | 0.7730 | 0.6585 |
110
+ | 0.0468 | 43.0 | 258 | 0.7730 | 0.6585 |
111
+ | 0.0455 | 44.0 | 264 | 0.7730 | 0.6585 |
112
+ | 0.0473 | 45.0 | 270 | 0.7730 | 0.6585 |
113
+ | 0.0473 | 46.0 | 276 | 0.7730 | 0.6585 |
114
+ | 0.0444 | 47.0 | 282 | 0.7730 | 0.6585 |
115
+ | 0.0444 | 48.0 | 288 | 0.7730 | 0.6585 |
116
+ | 0.048 | 49.0 | 294 | 0.7730 | 0.6585 |
117
+ | 0.0476 | 50.0 | 300 | 0.7730 | 0.6585 |
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:25eeee851dcaa726098069c136fd71c8b6227cf913827d9c03550312b61cf3de
3
  size 86691704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9182fcede690acc148d4d6c7e219fb6b3e1bba38533a0a9edeb00143ce06ca5
3
  size 86691704
runs/Nov13_18-12-54_b0f37ff37b83/events.out.tfevents.1699899175.b0f37ff37b83.1153.9 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aefe1610814d6e6b89051fc71d9eb5c9690405d6b5d95fc8fe73b3e2c988dfea
3
- size 24622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09e0ae87d0e2b4a532ec67f46e0d2d9956b967d6f4426998b9c66710c402e13
3
+ size 25456