hkivancoral
commited on
Commit
•
8eb093f
1
Parent(s):
a6ea22e
End of training
Browse files- README.md +125 -0
- pytorch_model.bin +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_40x_deit_tiny_sgd_00001_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.27906976744186046
|
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_40x_deit_tiny_sgd_00001_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.4228
|
36 |
+
- Accuracy: 0.2791
|
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.4808 | 1.0 | 217 | 1.4816 | 0.2791 |
|
69 |
+
| 1.4823 | 2.0 | 434 | 1.4791 | 0.2791 |
|
70 |
+
| 1.4134 | 3.0 | 651 | 1.4766 | 0.2791 |
|
71 |
+
| 1.4759 | 4.0 | 868 | 1.4742 | 0.2791 |
|
72 |
+
| 1.4883 | 5.0 | 1085 | 1.4718 | 0.2791 |
|
73 |
+
| 1.4518 | 6.0 | 1302 | 1.4695 | 0.3023 |
|
74 |
+
| 1.4499 | 7.0 | 1519 | 1.4671 | 0.2791 |
|
75 |
+
| 1.4363 | 8.0 | 1736 | 1.4648 | 0.2791 |
|
76 |
+
| 1.4639 | 9.0 | 1953 | 1.4626 | 0.2791 |
|
77 |
+
| 1.447 | 10.0 | 2170 | 1.4604 | 0.2791 |
|
78 |
+
| 1.4636 | 11.0 | 2387 | 1.4583 | 0.3023 |
|
79 |
+
| 1.4249 | 12.0 | 2604 | 1.4562 | 0.3023 |
|
80 |
+
| 1.4551 | 13.0 | 2821 | 1.4542 | 0.3023 |
|
81 |
+
| 1.4299 | 14.0 | 3038 | 1.4523 | 0.2791 |
|
82 |
+
| 1.4254 | 15.0 | 3255 | 1.4505 | 0.2791 |
|
83 |
+
| 1.3712 | 16.0 | 3472 | 1.4487 | 0.2791 |
|
84 |
+
| 1.4294 | 17.0 | 3689 | 1.4469 | 0.2791 |
|
85 |
+
| 1.3982 | 18.0 | 3906 | 1.4452 | 0.2791 |
|
86 |
+
| 1.39 | 19.0 | 4123 | 1.4437 | 0.2791 |
|
87 |
+
| 1.3895 | 20.0 | 4340 | 1.4422 | 0.2791 |
|
88 |
+
| 1.3897 | 21.0 | 4557 | 1.4407 | 0.2791 |
|
89 |
+
| 1.381 | 22.0 | 4774 | 1.4393 | 0.2791 |
|
90 |
+
| 1.3878 | 23.0 | 4991 | 1.4380 | 0.2791 |
|
91 |
+
| 1.4255 | 24.0 | 5208 | 1.4367 | 0.2791 |
|
92 |
+
| 1.397 | 25.0 | 5425 | 1.4355 | 0.2791 |
|
93 |
+
| 1.3946 | 26.0 | 5642 | 1.4344 | 0.2791 |
|
94 |
+
| 1.4141 | 27.0 | 5859 | 1.4334 | 0.2791 |
|
95 |
+
| 1.391 | 28.0 | 6076 | 1.4324 | 0.2791 |
|
96 |
+
| 1.3772 | 29.0 | 6293 | 1.4314 | 0.2791 |
|
97 |
+
| 1.4053 | 30.0 | 6510 | 1.4305 | 0.2791 |
|
98 |
+
| 1.3414 | 31.0 | 6727 | 1.4297 | 0.2791 |
|
99 |
+
| 1.368 | 32.0 | 6944 | 1.4288 | 0.2791 |
|
100 |
+
| 1.3993 | 33.0 | 7161 | 1.4281 | 0.2791 |
|
101 |
+
| 1.3039 | 34.0 | 7378 | 1.4274 | 0.2791 |
|
102 |
+
| 1.3467 | 35.0 | 7595 | 1.4268 | 0.2791 |
|
103 |
+
| 1.3754 | 36.0 | 7812 | 1.4262 | 0.2791 |
|
104 |
+
| 1.3681 | 37.0 | 8029 | 1.4257 | 0.2791 |
|
105 |
+
| 1.3927 | 38.0 | 8246 | 1.4252 | 0.2791 |
|
106 |
+
| 1.3307 | 39.0 | 8463 | 1.4248 | 0.2791 |
|
107 |
+
| 1.3625 | 40.0 | 8680 | 1.4244 | 0.2791 |
|
108 |
+
| 1.3775 | 41.0 | 8897 | 1.4240 | 0.2791 |
|
109 |
+
| 1.3411 | 42.0 | 9114 | 1.4237 | 0.2791 |
|
110 |
+
| 1.3645 | 43.0 | 9331 | 1.4235 | 0.2791 |
|
111 |
+
| 1.3775 | 44.0 | 9548 | 1.4233 | 0.2791 |
|
112 |
+
| 1.3259 | 45.0 | 9765 | 1.4231 | 0.2791 |
|
113 |
+
| 1.3653 | 46.0 | 9982 | 1.4230 | 0.2791 |
|
114 |
+
| 1.3629 | 47.0 | 10199 | 1.4229 | 0.2791 |
|
115 |
+
| 1.3538 | 48.0 | 10416 | 1.4229 | 0.2791 |
|
116 |
+
| 1.3676 | 49.0 | 10633 | 1.4228 | 0.2791 |
|
117 |
+
| 1.357 | 50.0 | 10850 | 1.4228 | 0.2791 |
|
118 |
+
|
119 |
+
|
120 |
+
### Framework versions
|
121 |
+
|
122 |
+
- Transformers 4.32.1
|
123 |
+
- Pytorch 2.1.1+cu121
|
124 |
+
- Datasets 2.12.0
|
125 |
+
- Tokenizers 0.13.2
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22168618
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c049ff4f353058e7570255a0a3db045886fdb5ef7197ec49236d4d823e59b9d2
|
3 |
size 22168618
|