hkivancoral
commited on
Commit
•
ab92e51
1
Parent(s):
31caf86
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-small-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: smids_10x_deit_small_rms_001_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.7166666666666667
|
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 |
+
# smids_10x_deit_small_rms_001_fold5
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/deit-small-patch16-224](https://huggingface.co/facebook/deit-small-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6302
|
36 |
+
- Accuracy: 0.7167
|
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.1023 | 1.0 | 750 | 1.0958 | 0.34 |
|
69 |
+
| 0.9402 | 2.0 | 1500 | 0.9088 | 0.5033 |
|
70 |
+
| 0.9044 | 3.0 | 2250 | 0.8761 | 0.5383 |
|
71 |
+
| 0.8247 | 4.0 | 3000 | 0.8349 | 0.5233 |
|
72 |
+
| 0.7854 | 5.0 | 3750 | 0.8127 | 0.5633 |
|
73 |
+
| 0.7771 | 6.0 | 4500 | 0.8860 | 0.5383 |
|
74 |
+
| 0.773 | 7.0 | 5250 | 0.8230 | 0.575 |
|
75 |
+
| 0.8024 | 8.0 | 6000 | 0.7956 | 0.5883 |
|
76 |
+
| 0.8797 | 9.0 | 6750 | 0.8015 | 0.6183 |
|
77 |
+
| 0.7815 | 10.0 | 7500 | 0.7866 | 0.6083 |
|
78 |
+
| 0.7914 | 11.0 | 8250 | 0.7547 | 0.6267 |
|
79 |
+
| 0.7411 | 12.0 | 9000 | 0.7615 | 0.59 |
|
80 |
+
| 0.7343 | 13.0 | 9750 | 0.7214 | 0.6617 |
|
81 |
+
| 0.7764 | 14.0 | 10500 | 0.7295 | 0.6717 |
|
82 |
+
| 0.7555 | 15.0 | 11250 | 0.7012 | 0.6617 |
|
83 |
+
| 0.7373 | 16.0 | 12000 | 0.7948 | 0.6217 |
|
84 |
+
| 0.6985 | 17.0 | 12750 | 0.7396 | 0.6267 |
|
85 |
+
| 0.7821 | 18.0 | 13500 | 0.7384 | 0.66 |
|
86 |
+
| 0.7914 | 19.0 | 14250 | 0.7821 | 0.635 |
|
87 |
+
| 0.7863 | 20.0 | 15000 | 0.7254 | 0.655 |
|
88 |
+
| 0.6932 | 21.0 | 15750 | 0.7242 | 0.6633 |
|
89 |
+
| 0.6744 | 22.0 | 16500 | 0.7009 | 0.6817 |
|
90 |
+
| 0.6983 | 23.0 | 17250 | 0.6866 | 0.7133 |
|
91 |
+
| 0.6779 | 24.0 | 18000 | 0.6963 | 0.6983 |
|
92 |
+
| 0.6937 | 25.0 | 18750 | 0.6942 | 0.6817 |
|
93 |
+
| 0.6943 | 26.0 | 19500 | 0.6864 | 0.695 |
|
94 |
+
| 0.6231 | 27.0 | 20250 | 0.7126 | 0.665 |
|
95 |
+
| 0.6418 | 28.0 | 21000 | 0.6620 | 0.6983 |
|
96 |
+
| 0.72 | 29.0 | 21750 | 0.6656 | 0.7017 |
|
97 |
+
| 0.7042 | 30.0 | 22500 | 0.6697 | 0.6867 |
|
98 |
+
| 0.754 | 31.0 | 23250 | 0.6511 | 0.7033 |
|
99 |
+
| 0.6987 | 32.0 | 24000 | 0.6765 | 0.69 |
|
100 |
+
| 0.7166 | 33.0 | 24750 | 0.6802 | 0.7083 |
|
101 |
+
| 0.6725 | 34.0 | 25500 | 0.6763 | 0.7033 |
|
102 |
+
| 0.6612 | 35.0 | 26250 | 0.6382 | 0.7083 |
|
103 |
+
| 0.6967 | 36.0 | 27000 | 0.6445 | 0.705 |
|
104 |
+
| 0.6491 | 37.0 | 27750 | 0.6443 | 0.7133 |
|
105 |
+
| 0.7274 | 38.0 | 28500 | 0.6314 | 0.7333 |
|
106 |
+
| 0.6904 | 39.0 | 29250 | 0.6429 | 0.7267 |
|
107 |
+
| 0.6516 | 40.0 | 30000 | 0.6385 | 0.7167 |
|
108 |
+
| 0.6647 | 41.0 | 30750 | 0.6386 | 0.7 |
|
109 |
+
| 0.666 | 42.0 | 31500 | 0.6656 | 0.695 |
|
110 |
+
| 0.6901 | 43.0 | 32250 | 0.6568 | 0.715 |
|
111 |
+
| 0.6021 | 44.0 | 33000 | 0.6375 | 0.7117 |
|
112 |
+
| 0.6467 | 45.0 | 33750 | 0.6267 | 0.7117 |
|
113 |
+
| 0.6249 | 46.0 | 34500 | 0.6374 | 0.71 |
|
114 |
+
| 0.6161 | 47.0 | 35250 | 0.6354 | 0.71 |
|
115 |
+
| 0.6534 | 48.0 | 36000 | 0.6396 | 0.715 |
|
116 |
+
| 0.6031 | 49.0 | 36750 | 0.6326 | 0.7117 |
|
117 |
+
| 0.6145 | 50.0 | 37500 | 0.6302 | 0.7167 |
|
118 |
+
|
119 |
+
|
120 |
+
### Framework versions
|
121 |
+
|
122 |
+
- Transformers 4.32.1
|
123 |
+
- Pytorch 2.1.0+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 86735658
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250f38175878d464288f26437b16d8f5d5362f00685e60247bfe735ec926f4f6
|
3 |
size 86735658
|