Commit
·
3ddfa24
1
Parent(s):
3842f95
End of training
Browse files- README.md +125 -0
- 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_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.5555555555555556
|
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_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: 5.1428
|
36 |
+
- Accuracy: 0.5556
|
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 |
+
| 1.3869 | 1.0 | 27 | 1.3961 | 0.2444 |
|
69 |
+
| 1.1374 | 2.0 | 54 | 1.4468 | 0.4222 |
|
70 |
+
| 0.928 | 3.0 | 81 | 1.5182 | 0.5111 |
|
71 |
+
| 1.0235 | 4.0 | 108 | 1.5182 | 0.5333 |
|
72 |
+
| 0.797 | 5.0 | 135 | 1.2483 | 0.3778 |
|
73 |
+
| 0.8238 | 6.0 | 162 | 1.2902 | 0.5333 |
|
74 |
+
| 0.7166 | 7.0 | 189 | 1.5715 | 0.4889 |
|
75 |
+
| 0.6354 | 8.0 | 216 | 1.5461 | 0.4 |
|
76 |
+
| 0.5304 | 9.0 | 243 | 2.1851 | 0.5111 |
|
77 |
+
| 0.5677 | 10.0 | 270 | 2.3132 | 0.4222 |
|
78 |
+
| 0.4857 | 11.0 | 297 | 2.4291 | 0.5556 |
|
79 |
+
| 0.3582 | 12.0 | 324 | 2.5091 | 0.4444 |
|
80 |
+
| 0.3326 | 13.0 | 351 | 2.6635 | 0.5556 |
|
81 |
+
| 0.3365 | 14.0 | 378 | 2.7106 | 0.6 |
|
82 |
+
| 0.3145 | 15.0 | 405 | 3.0588 | 0.5556 |
|
83 |
+
| 0.1837 | 16.0 | 432 | 3.1156 | 0.5778 |
|
84 |
+
| 0.277 | 17.0 | 459 | 2.8497 | 0.5778 |
|
85 |
+
| 0.1371 | 18.0 | 486 | 3.1885 | 0.6222 |
|
86 |
+
| 0.2815 | 19.0 | 513 | 3.0392 | 0.5778 |
|
87 |
+
| 0.1153 | 20.0 | 540 | 3.8749 | 0.5778 |
|
88 |
+
| 0.2394 | 21.0 | 567 | 2.9618 | 0.5111 |
|
89 |
+
| 0.2767 | 22.0 | 594 | 2.7586 | 0.5333 |
|
90 |
+
| 0.0906 | 23.0 | 621 | 4.0821 | 0.5333 |
|
91 |
+
| 0.1246 | 24.0 | 648 | 3.7041 | 0.4889 |
|
92 |
+
| 0.0582 | 25.0 | 675 | 4.8478 | 0.5778 |
|
93 |
+
| 0.0262 | 26.0 | 702 | 3.9021 | 0.5556 |
|
94 |
+
| 0.0436 | 27.0 | 729 | 4.3474 | 0.5778 |
|
95 |
+
| 0.0484 | 28.0 | 756 | 4.4662 | 0.5778 |
|
96 |
+
| 0.0031 | 29.0 | 783 | 4.8306 | 0.5778 |
|
97 |
+
| 0.0039 | 30.0 | 810 | 4.6722 | 0.5778 |
|
98 |
+
| 0.023 | 31.0 | 837 | 4.3620 | 0.5556 |
|
99 |
+
| 0.0011 | 32.0 | 864 | 4.9095 | 0.5556 |
|
100 |
+
| 0.0004 | 33.0 | 891 | 4.8409 | 0.5333 |
|
101 |
+
| 0.0003 | 34.0 | 918 | 5.0267 | 0.5556 |
|
102 |
+
| 0.0001 | 35.0 | 945 | 5.0410 | 0.5556 |
|
103 |
+
| 0.0001 | 36.0 | 972 | 5.0651 | 0.5556 |
|
104 |
+
| 0.0001 | 37.0 | 999 | 5.0839 | 0.5556 |
|
105 |
+
| 0.0001 | 38.0 | 1026 | 5.0966 | 0.5556 |
|
106 |
+
| 0.0001 | 39.0 | 1053 | 5.1068 | 0.5556 |
|
107 |
+
| 0.0 | 40.0 | 1080 | 5.1156 | 0.5556 |
|
108 |
+
| 0.0001 | 41.0 | 1107 | 5.1226 | 0.5556 |
|
109 |
+
| 0.0001 | 42.0 | 1134 | 5.1286 | 0.5556 |
|
110 |
+
| 0.0001 | 43.0 | 1161 | 5.1335 | 0.5556 |
|
111 |
+
| 0.0 | 44.0 | 1188 | 5.1362 | 0.5556 |
|
112 |
+
| 0.0 | 45.0 | 1215 | 5.1386 | 0.5556 |
|
113 |
+
| 0.0001 | 46.0 | 1242 | 5.1410 | 0.5556 |
|
114 |
+
| 0.0 | 47.0 | 1269 | 5.1424 | 0.5556 |
|
115 |
+
| 0.0001 | 48.0 | 1296 | 5.1428 | 0.5556 |
|
116 |
+
| 0.0 | 49.0 | 1323 | 5.1428 | 0.5556 |
|
117 |
+
| 0.0001 | 50.0 | 1350 | 5.1428 | 0.5556 |
|
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:
|
3 |
size 86691704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddab567584bfde956aa22c1b45a00b6f4d63c946dcad6a9da71e5062226b9185
|
3 |
size 86691704
|