Commit
·
c1c5aec
1
Parent(s):
e1c283b
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_rms_001_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.5348837209302325
|
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_rms_001_fold3
|
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: 4.1290
|
36 |
+
- Accuracy: 0.5349
|
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 |
+
| 2.2595 | 1.0 | 28 | 2.7858 | 0.2558 |
|
69 |
+
| 1.4501 | 2.0 | 56 | 1.7856 | 0.2558 |
|
70 |
+
| 1.3782 | 3.0 | 84 | 1.3873 | 0.3721 |
|
71 |
+
| 1.2094 | 4.0 | 112 | 1.1943 | 0.3953 |
|
72 |
+
| 1.0231 | 5.0 | 140 | 1.6338 | 0.3023 |
|
73 |
+
| 1.0191 | 6.0 | 168 | 1.7056 | 0.2558 |
|
74 |
+
| 1.0547 | 7.0 | 196 | 1.1755 | 0.4884 |
|
75 |
+
| 1.0296 | 8.0 | 224 | 1.0491 | 0.5349 |
|
76 |
+
| 1.0202 | 9.0 | 252 | 2.3436 | 0.2791 |
|
77 |
+
| 1.0203 | 10.0 | 280 | 1.0971 | 0.4419 |
|
78 |
+
| 0.9795 | 11.0 | 308 | 1.0790 | 0.5581 |
|
79 |
+
| 0.955 | 12.0 | 336 | 1.4547 | 0.6047 |
|
80 |
+
| 0.9606 | 13.0 | 364 | 0.9445 | 0.6512 |
|
81 |
+
| 0.9236 | 14.0 | 392 | 1.2878 | 0.3721 |
|
82 |
+
| 0.9401 | 15.0 | 420 | 0.9664 | 0.4651 |
|
83 |
+
| 0.8825 | 16.0 | 448 | 0.9455 | 0.6512 |
|
84 |
+
| 0.8605 | 17.0 | 476 | 0.9844 | 0.6977 |
|
85 |
+
| 0.8738 | 18.0 | 504 | 1.1677 | 0.4651 |
|
86 |
+
| 0.8294 | 19.0 | 532 | 1.0462 | 0.6744 |
|
87 |
+
| 0.689 | 20.0 | 560 | 1.1927 | 0.6047 |
|
88 |
+
| 0.7976 | 21.0 | 588 | 1.0142 | 0.7209 |
|
89 |
+
| 0.741 | 22.0 | 616 | 0.7957 | 0.7907 |
|
90 |
+
| 0.7475 | 23.0 | 644 | 0.7104 | 0.7209 |
|
91 |
+
| 0.6791 | 24.0 | 672 | 1.7534 | 0.5349 |
|
92 |
+
| 0.6457 | 25.0 | 700 | 0.9601 | 0.6512 |
|
93 |
+
| 0.7254 | 26.0 | 728 | 1.1256 | 0.6279 |
|
94 |
+
| 0.6589 | 27.0 | 756 | 1.4604 | 0.5349 |
|
95 |
+
| 0.6888 | 28.0 | 784 | 0.8802 | 0.7209 |
|
96 |
+
| 0.6341 | 29.0 | 812 | 0.9513 | 0.7442 |
|
97 |
+
| 0.5815 | 30.0 | 840 | 1.2459 | 0.6047 |
|
98 |
+
| 0.5918 | 31.0 | 868 | 1.5991 | 0.5116 |
|
99 |
+
| 0.5623 | 32.0 | 896 | 1.5099 | 0.6279 |
|
100 |
+
| 0.5389 | 33.0 | 924 | 1.3552 | 0.6744 |
|
101 |
+
| 0.5523 | 34.0 | 952 | 1.5820 | 0.6279 |
|
102 |
+
| 0.5205 | 35.0 | 980 | 2.2601 | 0.4651 |
|
103 |
+
| 0.4888 | 36.0 | 1008 | 1.7684 | 0.5349 |
|
104 |
+
| 0.4363 | 37.0 | 1036 | 2.2769 | 0.5581 |
|
105 |
+
| 0.3724 | 38.0 | 1064 | 2.5879 | 0.5581 |
|
106 |
+
| 0.3349 | 39.0 | 1092 | 2.2241 | 0.5581 |
|
107 |
+
| 0.5052 | 40.0 | 1120 | 2.8178 | 0.4651 |
|
108 |
+
| 0.3018 | 41.0 | 1148 | 2.5305 | 0.5814 |
|
109 |
+
| 0.2857 | 42.0 | 1176 | 2.9348 | 0.5581 |
|
110 |
+
| 0.1485 | 43.0 | 1204 | 3.1875 | 0.5581 |
|
111 |
+
| 0.1386 | 44.0 | 1232 | 3.2594 | 0.6279 |
|
112 |
+
| 0.1242 | 45.0 | 1260 | 3.4524 | 0.5814 |
|
113 |
+
| 0.0734 | 46.0 | 1288 | 3.6284 | 0.5814 |
|
114 |
+
| 0.0218 | 47.0 | 1316 | 4.0538 | 0.5349 |
|
115 |
+
| 0.0226 | 48.0 | 1344 | 4.1281 | 0.5349 |
|
116 |
+
| 0.01 | 49.0 | 1372 | 4.1290 | 0.5349 |
|
117 |
+
| 0.0091 | 50.0 | 1400 | 4.1290 | 0.5349 |
|
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:e13b9486285cc33f0d9a90ca07fc715b459f2b99b31da78f8fd7fee01287b0f7
|
3 |
size 343230128
|
runs/Nov26_01-12-03_86b6a4671e23/events.out.tfevents.1700961124.86b6a4671e23.909.28
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:21a58aefb19e17f16ed97233c5b0ebb379677178c886fc5d1ac7fe17899de499
|
3 |
+
size 42807
|