hkivancoral
commited on
Commit
•
3164ccd
1
Parent(s):
1399b28
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_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.1951219512195122
|
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_fold5
|
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.5613
|
36 |
+
- Accuracy: 0.1951
|
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.4842 | 1.0 | 220 | 1.6446 | 0.1951 |
|
69 |
+
| 1.5035 | 2.0 | 440 | 1.6414 | 0.1951 |
|
70 |
+
| 1.4995 | 3.0 | 660 | 1.6381 | 0.1951 |
|
71 |
+
| 1.5021 | 4.0 | 880 | 1.6349 | 0.1707 |
|
72 |
+
| 1.454 | 5.0 | 1100 | 1.6317 | 0.1707 |
|
73 |
+
| 1.4629 | 6.0 | 1320 | 1.6285 | 0.1707 |
|
74 |
+
| 1.4161 | 7.0 | 1540 | 1.6253 | 0.1707 |
|
75 |
+
| 1.4101 | 8.0 | 1760 | 1.6223 | 0.1707 |
|
76 |
+
| 1.4149 | 9.0 | 1980 | 1.6192 | 0.1707 |
|
77 |
+
| 1.4443 | 10.0 | 2200 | 1.6162 | 0.1707 |
|
78 |
+
| 1.4163 | 11.0 | 2420 | 1.6133 | 0.1707 |
|
79 |
+
| 1.4351 | 12.0 | 2640 | 1.6104 | 0.1707 |
|
80 |
+
| 1.4104 | 13.0 | 2860 | 1.6076 | 0.1707 |
|
81 |
+
| 1.3915 | 14.0 | 3080 | 1.6048 | 0.1707 |
|
82 |
+
| 1.4251 | 15.0 | 3300 | 1.6022 | 0.1707 |
|
83 |
+
| 1.4091 | 16.0 | 3520 | 1.5996 | 0.1951 |
|
84 |
+
| 1.384 | 17.0 | 3740 | 1.5971 | 0.1951 |
|
85 |
+
| 1.3979 | 18.0 | 3960 | 1.5947 | 0.1951 |
|
86 |
+
| 1.3842 | 19.0 | 4180 | 1.5923 | 0.1951 |
|
87 |
+
| 1.3555 | 20.0 | 4400 | 1.5900 | 0.1951 |
|
88 |
+
| 1.3519 | 21.0 | 4620 | 1.5879 | 0.1951 |
|
89 |
+
| 1.3873 | 22.0 | 4840 | 1.5859 | 0.1951 |
|
90 |
+
| 1.3791 | 23.0 | 5060 | 1.5839 | 0.1951 |
|
91 |
+
| 1.3799 | 24.0 | 5280 | 1.5820 | 0.1951 |
|
92 |
+
| 1.3568 | 25.0 | 5500 | 1.5802 | 0.1951 |
|
93 |
+
| 1.369 | 26.0 | 5720 | 1.5786 | 0.1951 |
|
94 |
+
| 1.3732 | 27.0 | 5940 | 1.5770 | 0.1951 |
|
95 |
+
| 1.3491 | 28.0 | 6160 | 1.5754 | 0.1951 |
|
96 |
+
| 1.3457 | 29.0 | 6380 | 1.5740 | 0.1951 |
|
97 |
+
| 1.3169 | 30.0 | 6600 | 1.5726 | 0.1951 |
|
98 |
+
| 1.3748 | 31.0 | 6820 | 1.5714 | 0.1951 |
|
99 |
+
| 1.3384 | 32.0 | 7040 | 1.5702 | 0.1951 |
|
100 |
+
| 1.3281 | 33.0 | 7260 | 1.5691 | 0.1951 |
|
101 |
+
| 1.3359 | 34.0 | 7480 | 1.5681 | 0.1951 |
|
102 |
+
| 1.3414 | 35.0 | 7700 | 1.5671 | 0.1951 |
|
103 |
+
| 1.3339 | 36.0 | 7920 | 1.5662 | 0.1951 |
|
104 |
+
| 1.3778 | 37.0 | 8140 | 1.5654 | 0.1951 |
|
105 |
+
| 1.3669 | 38.0 | 8360 | 1.5647 | 0.1951 |
|
106 |
+
| 1.3509 | 39.0 | 8580 | 1.5641 | 0.1951 |
|
107 |
+
| 1.3269 | 40.0 | 8800 | 1.5635 | 0.1951 |
|
108 |
+
| 1.3717 | 41.0 | 9020 | 1.5630 | 0.1951 |
|
109 |
+
| 1.3455 | 42.0 | 9240 | 1.5626 | 0.1951 |
|
110 |
+
| 1.3737 | 43.0 | 9460 | 1.5622 | 0.1951 |
|
111 |
+
| 1.3166 | 44.0 | 9680 | 1.5619 | 0.1951 |
|
112 |
+
| 1.3504 | 45.0 | 9900 | 1.5617 | 0.1951 |
|
113 |
+
| 1.3509 | 46.0 | 10120 | 1.5615 | 0.1951 |
|
114 |
+
| 1.3526 | 47.0 | 10340 | 1.5614 | 0.1951 |
|
115 |
+
| 1.3222 | 48.0 | 10560 | 1.5613 | 0.1951 |
|
116 |
+
| 1.3165 | 49.0 | 10780 | 1.5613 | 0.1951 |
|
117 |
+
| 1.3501 | 50.0 | 11000 | 1.5613 | 0.1951 |
|
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:dfc118874b3cd0ac49c0cb0ec8d5d1573255b47eff71544703d1d382b2eaea6f
|
3 |
size 22168618
|