BilalMuftuoglu
commited on
Commit
•
7d8f2f9
1
Parent(s):
094dbc9
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/deit-base-distilled-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: deit-base-distilled-patch16-224-hasta-65-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: train
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.4166666666666667
|
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 |
+
# deit-base-distilled-patch16-224-hasta-65-fold5
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.4732
|
36 |
+
- Accuracy: 0.4167
|
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: 5e-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: 100
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 0.5714 | 1 | 1.1751 | 0.3889 |
|
71 |
+
| No log | 1.7143 | 3 | 1.0341 | 0.4722 |
|
72 |
+
| No log | 2.8571 | 5 | 1.3059 | 0.2778 |
|
73 |
+
| No log | 4.0 | 7 | 1.3255 | 0.2778 |
|
74 |
+
| No log | 4.5714 | 8 | 1.1834 | 0.2778 |
|
75 |
+
| 1.1839 | 5.7143 | 10 | 1.0357 | 0.5278 |
|
76 |
+
| 1.1839 | 6.8571 | 12 | 1.0608 | 0.3889 |
|
77 |
+
| 1.1839 | 8.0 | 14 | 1.2060 | 0.3333 |
|
78 |
+
| 1.1839 | 8.5714 | 15 | 1.1938 | 0.3889 |
|
79 |
+
| 1.1839 | 9.7143 | 17 | 1.0825 | 0.5 |
|
80 |
+
| 1.1839 | 10.8571 | 19 | 1.1488 | 0.3889 |
|
81 |
+
| 0.9707 | 12.0 | 21 | 1.1268 | 0.3889 |
|
82 |
+
| 0.9707 | 12.5714 | 22 | 1.0563 | 0.5 |
|
83 |
+
| 0.9707 | 13.7143 | 24 | 1.0570 | 0.5278 |
|
84 |
+
| 0.9707 | 14.8571 | 26 | 1.1166 | 0.4167 |
|
85 |
+
| 0.9707 | 16.0 | 28 | 1.0609 | 0.4444 |
|
86 |
+
| 0.9707 | 16.5714 | 29 | 1.0379 | 0.4722 |
|
87 |
+
| 0.8668 | 17.7143 | 31 | 1.0610 | 0.4444 |
|
88 |
+
| 0.8668 | 18.8571 | 33 | 1.1811 | 0.4167 |
|
89 |
+
| 0.8668 | 20.0 | 35 | 1.1028 | 0.4444 |
|
90 |
+
| 0.8668 | 20.5714 | 36 | 1.0950 | 0.4444 |
|
91 |
+
| 0.8668 | 21.7143 | 38 | 1.1424 | 0.4722 |
|
92 |
+
| 0.6889 | 22.8571 | 40 | 1.3027 | 0.4167 |
|
93 |
+
| 0.6889 | 24.0 | 42 | 1.2030 | 0.4167 |
|
94 |
+
| 0.6889 | 24.5714 | 43 | 1.2148 | 0.4167 |
|
95 |
+
| 0.6889 | 25.7143 | 45 | 1.3066 | 0.4167 |
|
96 |
+
| 0.6889 | 26.8571 | 47 | 1.3881 | 0.3611 |
|
97 |
+
| 0.6889 | 28.0 | 49 | 1.2566 | 0.4444 |
|
98 |
+
| 0.576 | 28.5714 | 50 | 1.1891 | 0.4444 |
|
99 |
+
| 0.576 | 29.7143 | 52 | 1.1638 | 0.4167 |
|
100 |
+
| 0.576 | 30.8571 | 54 | 1.2530 | 0.4167 |
|
101 |
+
| 0.576 | 32.0 | 56 | 1.1383 | 0.5 |
|
102 |
+
| 0.576 | 32.5714 | 57 | 1.0968 | 0.5 |
|
103 |
+
| 0.576 | 33.7143 | 59 | 1.0163 | 0.5556 |
|
104 |
+
| 0.4773 | 34.8571 | 61 | 1.1107 | 0.5 |
|
105 |
+
| 0.4773 | 36.0 | 63 | 1.1341 | 0.5 |
|
106 |
+
| 0.4773 | 36.5714 | 64 | 1.1152 | 0.5278 |
|
107 |
+
| 0.4773 | 37.7143 | 66 | 1.1158 | 0.5556 |
|
108 |
+
| 0.4773 | 38.8571 | 68 | 1.1628 | 0.4722 |
|
109 |
+
| 0.4186 | 40.0 | 70 | 1.2305 | 0.4444 |
|
110 |
+
| 0.4186 | 40.5714 | 71 | 1.2181 | 0.4722 |
|
111 |
+
| 0.4186 | 41.7143 | 73 | 1.2164 | 0.5 |
|
112 |
+
| 0.4186 | 42.8571 | 75 | 1.2225 | 0.5 |
|
113 |
+
| 0.4186 | 44.0 | 77 | 1.2298 | 0.5 |
|
114 |
+
| 0.4186 | 44.5714 | 78 | 1.2651 | 0.4722 |
|
115 |
+
| 0.3318 | 45.7143 | 80 | 1.3628 | 0.4167 |
|
116 |
+
| 0.3318 | 46.8571 | 82 | 1.3817 | 0.4167 |
|
117 |
+
| 0.3318 | 48.0 | 84 | 1.3594 | 0.4167 |
|
118 |
+
| 0.3318 | 48.5714 | 85 | 1.3553 | 0.4444 |
|
119 |
+
| 0.3318 | 49.7143 | 87 | 1.3548 | 0.4167 |
|
120 |
+
| 0.3318 | 50.8571 | 89 | 1.4113 | 0.4167 |
|
121 |
+
| 0.344 | 52.0 | 91 | 1.4433 | 0.4167 |
|
122 |
+
| 0.344 | 52.5714 | 92 | 1.4449 | 0.4167 |
|
123 |
+
| 0.344 | 53.7143 | 94 | 1.4514 | 0.4167 |
|
124 |
+
| 0.344 | 54.8571 | 96 | 1.4685 | 0.4167 |
|
125 |
+
| 0.344 | 56.0 | 98 | 1.4734 | 0.4167 |
|
126 |
+
| 0.344 | 56.5714 | 99 | 1.4747 | 0.4167 |
|
127 |
+
| 0.3305 | 57.1429 | 100 | 1.4732 | 0.4167 |
|
128 |
+
|
129 |
+
|
130 |
+
### Framework versions
|
131 |
+
|
132 |
+
- Transformers 4.41.0
|
133 |
+
- Pytorch 2.3.0+cu121
|
134 |
+
- Datasets 2.19.1
|
135 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343233492
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2225dff596d0877a9c8d90604b048090c5d3240654a4dda0684a8d3d6171c53
|
3 |
size 343233492
|
runs/May22_15-04-10_927069b479b5/events.out.tfevents.1716390252.927069b479b5.252.24
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:53c601bed8beae85521ea9b28d94d79f85f2092e85778e5b35f6170e28c66d64
|
3 |
+
size 25817
|