hkivancoral
commited on
Commit
•
e709e13
1
Parent(s):
5cb5ea7
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_1x_deit_tiny_adamax_lr00001_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.5952380952380952
|
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_1x_deit_tiny_adamax_lr00001_fold4
|
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.1208
|
36 |
+
- Accuracy: 0.5952
|
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 |
+
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 128
|
61 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
+
- lr_scheduler_type: linear
|
63 |
+
- lr_scheduler_warmup_ratio: 0.1
|
64 |
+
- num_epochs: 50
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 0.67 | 1 | 1.5521 | 0.1429 |
|
71 |
+
| No log | 2.0 | 3 | 1.4205 | 0.2857 |
|
72 |
+
| No log | 2.67 | 4 | 1.3862 | 0.3571 |
|
73 |
+
| No log | 4.0 | 6 | 1.3478 | 0.5238 |
|
74 |
+
| No log | 4.67 | 7 | 1.3332 | 0.5238 |
|
75 |
+
| No log | 6.0 | 9 | 1.3093 | 0.5238 |
|
76 |
+
| 1.4089 | 6.67 | 10 | 1.2970 | 0.5476 |
|
77 |
+
| 1.4089 | 8.0 | 12 | 1.2777 | 0.5714 |
|
78 |
+
| 1.4089 | 8.67 | 13 | 1.2689 | 0.5714 |
|
79 |
+
| 1.4089 | 10.0 | 15 | 1.2544 | 0.5714 |
|
80 |
+
| 1.4089 | 10.67 | 16 | 1.2478 | 0.5714 |
|
81 |
+
| 1.4089 | 12.0 | 18 | 1.2338 | 0.5714 |
|
82 |
+
| 1.4089 | 12.67 | 19 | 1.2267 | 0.5714 |
|
83 |
+
| 1.1506 | 14.0 | 21 | 1.2124 | 0.5714 |
|
84 |
+
| 1.1506 | 14.67 | 22 | 1.2049 | 0.5714 |
|
85 |
+
| 1.1506 | 16.0 | 24 | 1.1908 | 0.5714 |
|
86 |
+
| 1.1506 | 16.67 | 25 | 1.1843 | 0.5952 |
|
87 |
+
| 1.1506 | 18.0 | 27 | 1.1717 | 0.5952 |
|
88 |
+
| 1.1506 | 18.67 | 28 | 1.1659 | 0.5952 |
|
89 |
+
| 0.986 | 20.0 | 30 | 1.1576 | 0.5952 |
|
90 |
+
| 0.986 | 20.67 | 31 | 1.1537 | 0.5952 |
|
91 |
+
| 0.986 | 22.0 | 33 | 1.1470 | 0.5952 |
|
92 |
+
| 0.986 | 22.67 | 34 | 1.1439 | 0.5952 |
|
93 |
+
| 0.986 | 24.0 | 36 | 1.1385 | 0.5714 |
|
94 |
+
| 0.986 | 24.67 | 37 | 1.1362 | 0.5952 |
|
95 |
+
| 0.986 | 26.0 | 39 | 1.1320 | 0.5952 |
|
96 |
+
| 0.8708 | 26.67 | 40 | 1.1301 | 0.5952 |
|
97 |
+
| 0.8708 | 28.0 | 42 | 1.1268 | 0.5952 |
|
98 |
+
| 0.8708 | 28.67 | 43 | 1.1256 | 0.5952 |
|
99 |
+
| 0.8708 | 30.0 | 45 | 1.1234 | 0.5952 |
|
100 |
+
| 0.8708 | 30.67 | 46 | 1.1226 | 0.5952 |
|
101 |
+
| 0.8708 | 32.0 | 48 | 1.1214 | 0.5952 |
|
102 |
+
| 0.8708 | 32.67 | 49 | 1.1210 | 0.5952 |
|
103 |
+
| 0.8182 | 33.33 | 50 | 1.1208 | 0.5952 |
|
104 |
+
|
105 |
+
|
106 |
+
### Framework versions
|
107 |
+
|
108 |
+
- Transformers 4.35.0
|
109 |
+
- Pytorch 2.1.0+cu118
|
110 |
+
- Datasets 2.14.6
|
111 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22123464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9648109bd3e4e09da10a4d2558e548bf0920ab576410cd710924d91e2a322ed1
|
3 |
size 22123464
|
runs/Nov10_12-18-57_cc003f633cf7/events.out.tfevents.1699618738.cc003f633cf7.5821.3
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:5c37e505bf7759148ef41a3e4b3fda1c929b465fb84387808acfccb88edac2be
|
3 |
+
size 16301
|