Commit
·
def8865
1
Parent(s):
2a01c41
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/deit-base-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: hushem_5x_deit_base_sgd_001_fold4
|
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.5476190476190477
|
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_base_sgd_001_fold4
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/deit-base-patch16-224](https://huggingface.co/facebook/deit-base-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.1129
|
36 |
+
- Accuracy: 0.5476
|
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.4194 | 1.0 | 28 | 1.4029 | 0.1667 |
|
69 |
+
| 1.3727 | 2.0 | 56 | 1.3926 | 0.1667 |
|
70 |
+
| 1.3518 | 3.0 | 84 | 1.3828 | 0.1905 |
|
71 |
+
| 1.3497 | 4.0 | 112 | 1.3744 | 0.1905 |
|
72 |
+
| 1.3305 | 5.0 | 140 | 1.3656 | 0.2381 |
|
73 |
+
| 1.2982 | 6.0 | 168 | 1.3571 | 0.2619 |
|
74 |
+
| 1.2935 | 7.0 | 196 | 1.3493 | 0.2619 |
|
75 |
+
| 1.2822 | 8.0 | 224 | 1.3412 | 0.2857 |
|
76 |
+
| 1.2479 | 9.0 | 252 | 1.3334 | 0.3095 |
|
77 |
+
| 1.2377 | 10.0 | 280 | 1.3251 | 0.3333 |
|
78 |
+
| 1.2239 | 11.0 | 308 | 1.3164 | 0.3095 |
|
79 |
+
| 1.2188 | 12.0 | 336 | 1.3079 | 0.3095 |
|
80 |
+
| 1.2085 | 13.0 | 364 | 1.2995 | 0.3095 |
|
81 |
+
| 1.1996 | 14.0 | 392 | 1.2913 | 0.3333 |
|
82 |
+
| 1.1629 | 15.0 | 420 | 1.2831 | 0.3810 |
|
83 |
+
| 1.1847 | 16.0 | 448 | 1.2748 | 0.4048 |
|
84 |
+
| 1.1633 | 17.0 | 476 | 1.2664 | 0.4048 |
|
85 |
+
| 1.1189 | 18.0 | 504 | 1.2580 | 0.4048 |
|
86 |
+
| 1.1351 | 19.0 | 532 | 1.2497 | 0.4286 |
|
87 |
+
| 1.1255 | 20.0 | 560 | 1.2415 | 0.4286 |
|
88 |
+
| 1.0873 | 21.0 | 588 | 1.2339 | 0.4524 |
|
89 |
+
| 1.0919 | 22.0 | 616 | 1.2256 | 0.4524 |
|
90 |
+
| 1.0941 | 23.0 | 644 | 1.2182 | 0.4524 |
|
91 |
+
| 1.0702 | 24.0 | 672 | 1.2106 | 0.4762 |
|
92 |
+
| 1.0623 | 25.0 | 700 | 1.2031 | 0.4762 |
|
93 |
+
| 1.03 | 26.0 | 728 | 1.1958 | 0.4762 |
|
94 |
+
| 1.0368 | 27.0 | 756 | 1.1889 | 0.4762 |
|
95 |
+
| 1.0301 | 28.0 | 784 | 1.1818 | 0.4762 |
|
96 |
+
| 1.0348 | 29.0 | 812 | 1.1756 | 0.5 |
|
97 |
+
| 1.0312 | 30.0 | 840 | 1.1689 | 0.5 |
|
98 |
+
| 1.0387 | 31.0 | 868 | 1.1627 | 0.5238 |
|
99 |
+
| 1.0057 | 32.0 | 896 | 1.1569 | 0.5 |
|
100 |
+
| 1.0052 | 33.0 | 924 | 1.1517 | 0.5 |
|
101 |
+
| 0.9799 | 34.0 | 952 | 1.1467 | 0.5 |
|
102 |
+
| 1.0233 | 35.0 | 980 | 1.1420 | 0.5 |
|
103 |
+
| 0.9665 | 36.0 | 1008 | 1.1375 | 0.5 |
|
104 |
+
| 0.976 | 37.0 | 1036 | 1.1338 | 0.5 |
|
105 |
+
| 0.9856 | 38.0 | 1064 | 1.1303 | 0.5 |
|
106 |
+
| 0.9687 | 39.0 | 1092 | 1.1270 | 0.5 |
|
107 |
+
| 0.9553 | 40.0 | 1120 | 1.1240 | 0.5238 |
|
108 |
+
| 0.9573 | 41.0 | 1148 | 1.1217 | 0.5476 |
|
109 |
+
| 0.9651 | 42.0 | 1176 | 1.1193 | 0.5476 |
|
110 |
+
| 0.9476 | 43.0 | 1204 | 1.1173 | 0.5476 |
|
111 |
+
| 0.938 | 44.0 | 1232 | 1.1158 | 0.5476 |
|
112 |
+
| 0.9255 | 45.0 | 1260 | 1.1146 | 0.5476 |
|
113 |
+
| 0.9569 | 46.0 | 1288 | 1.1137 | 0.5476 |
|
114 |
+
| 0.9503 | 47.0 | 1316 | 1.1131 | 0.5476 |
|
115 |
+
| 0.9115 | 48.0 | 1344 | 1.1129 | 0.5476 |
|
116 |
+
| 0.9482 | 49.0 | 1372 | 1.1129 | 0.5476 |
|
117 |
+
| 0.9401 | 50.0 | 1400 | 1.1129 | 0.5476 |
|
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 343230128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26b8611bb62d36234589153243e851f21c1ea2c6f4d20cff2835bd723f10ddb8
|
3 |
size 343230128
|
runs/Nov26_04-41-40_86b6a4671e23/events.out.tfevents.1700973701.86b6a4671e23.909.34
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f33380855013f3ccfba77eb53601bcc9836d83eb0eb120ae72ddc18b8925c94
|
3 |
+
size 42807
|