hkivancoral
commited on
Commit
•
9b1fec2
1
Parent(s):
ea8e8e1
End of training
Browse files- README.md +125 -0
- model.safetensors +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_1x_deit_small_sgd_00001_fold2
|
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.5041597337770383
|
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_1x_deit_small_sgd_00001_fold2
|
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: 1.0336
|
36 |
+
- Accuracy: 0.5042
|
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 |
+
- 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.0925 | 1.0 | 75 | 1.0713 | 0.4343 |
|
69 |
+
| 1.0735 | 2.0 | 150 | 1.0692 | 0.4343 |
|
70 |
+
| 1.0724 | 3.0 | 225 | 1.0673 | 0.4393 |
|
71 |
+
| 1.0873 | 4.0 | 300 | 1.0654 | 0.4426 |
|
72 |
+
| 1.1019 | 5.0 | 375 | 1.0637 | 0.4426 |
|
73 |
+
| 1.0577 | 6.0 | 450 | 1.0620 | 0.4459 |
|
74 |
+
| 1.0861 | 7.0 | 525 | 1.0604 | 0.4493 |
|
75 |
+
| 1.0644 | 8.0 | 600 | 1.0588 | 0.4542 |
|
76 |
+
| 1.0424 | 9.0 | 675 | 1.0573 | 0.4509 |
|
77 |
+
| 1.0503 | 10.0 | 750 | 1.0559 | 0.4509 |
|
78 |
+
| 1.0641 | 11.0 | 825 | 1.0545 | 0.4493 |
|
79 |
+
| 1.0679 | 12.0 | 900 | 1.0532 | 0.4526 |
|
80 |
+
| 1.0629 | 13.0 | 975 | 1.0520 | 0.4542 |
|
81 |
+
| 1.0438 | 14.0 | 1050 | 1.0508 | 0.4542 |
|
82 |
+
| 1.061 | 15.0 | 1125 | 1.0497 | 0.4509 |
|
83 |
+
| 1.0498 | 16.0 | 1200 | 1.0486 | 0.4509 |
|
84 |
+
| 1.0521 | 17.0 | 1275 | 1.0475 | 0.4559 |
|
85 |
+
| 1.0469 | 18.0 | 1350 | 1.0466 | 0.4576 |
|
86 |
+
| 1.047 | 19.0 | 1425 | 1.0456 | 0.4609 |
|
87 |
+
| 1.0592 | 20.0 | 1500 | 1.0447 | 0.4659 |
|
88 |
+
| 1.0668 | 21.0 | 1575 | 1.0439 | 0.4709 |
|
89 |
+
| 1.0281 | 22.0 | 1650 | 1.0431 | 0.4725 |
|
90 |
+
| 1.0356 | 23.0 | 1725 | 1.0423 | 0.4775 |
|
91 |
+
| 1.026 | 24.0 | 1800 | 1.0416 | 0.4775 |
|
92 |
+
| 1.0466 | 25.0 | 1875 | 1.0409 | 0.4792 |
|
93 |
+
| 1.0451 | 26.0 | 1950 | 1.0402 | 0.4809 |
|
94 |
+
| 1.0338 | 27.0 | 2025 | 1.0396 | 0.4859 |
|
95 |
+
| 1.0199 | 28.0 | 2100 | 1.0390 | 0.4842 |
|
96 |
+
| 1.0289 | 29.0 | 2175 | 1.0384 | 0.4875 |
|
97 |
+
| 1.0316 | 30.0 | 2250 | 1.0379 | 0.4908 |
|
98 |
+
| 1.0446 | 31.0 | 2325 | 1.0374 | 0.4925 |
|
99 |
+
| 1.0407 | 32.0 | 2400 | 1.0369 | 0.4925 |
|
100 |
+
| 1.0163 | 33.0 | 2475 | 1.0365 | 0.4925 |
|
101 |
+
| 1.0508 | 34.0 | 2550 | 1.0361 | 0.4925 |
|
102 |
+
| 1.024 | 35.0 | 2625 | 1.0358 | 0.4942 |
|
103 |
+
| 1.0435 | 36.0 | 2700 | 1.0354 | 0.4958 |
|
104 |
+
| 1.0618 | 37.0 | 2775 | 1.0351 | 0.4958 |
|
105 |
+
| 1.0365 | 38.0 | 2850 | 1.0349 | 0.4975 |
|
106 |
+
| 1.0269 | 39.0 | 2925 | 1.0346 | 0.4992 |
|
107 |
+
| 1.0291 | 40.0 | 3000 | 1.0344 | 0.5008 |
|
108 |
+
| 1.0505 | 41.0 | 3075 | 1.0342 | 0.5008 |
|
109 |
+
| 1.0316 | 42.0 | 3150 | 1.0340 | 0.5008 |
|
110 |
+
| 1.0295 | 43.0 | 3225 | 1.0339 | 0.5008 |
|
111 |
+
| 1.049 | 44.0 | 3300 | 1.0338 | 0.5008 |
|
112 |
+
| 1.0556 | 45.0 | 3375 | 1.0337 | 0.5008 |
|
113 |
+
| 1.0458 | 46.0 | 3450 | 1.0336 | 0.5008 |
|
114 |
+
| 1.0348 | 47.0 | 3525 | 1.0336 | 0.5008 |
|
115 |
+
| 1.0496 | 48.0 | 3600 | 1.0336 | 0.5025 |
|
116 |
+
| 1.0321 | 49.0 | 3675 | 1.0336 | 0.5042 |
|
117 |
+
| 1.0497 | 50.0 | 3750 | 1.0336 | 0.5042 |
|
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 86690164
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d012cf6a2b85c367bba3be003659dbf9eb3ed2cff8d82d7f5a9f191ba24c3ae8
|
3 |
size 86690164
|