hkivancoral
commited on
Commit
·
176b376
1
Parent(s):
e0904ae
End of training
Browse files
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_adamax_00001_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.86
|
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_adamax_00001_fold4
|
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.9148
|
36 |
+
- Accuracy: 0.86
|
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 |
+
| 0.5803 | 1.0 | 75 | 0.4968 | 0.8167 |
|
69 |
+
| 0.4066 | 2.0 | 150 | 0.3965 | 0.8517 |
|
70 |
+
| 0.3494 | 3.0 | 225 | 0.3679 | 0.8583 |
|
71 |
+
| 0.257 | 4.0 | 300 | 0.3627 | 0.8583 |
|
72 |
+
| 0.1968 | 5.0 | 375 | 0.3612 | 0.8567 |
|
73 |
+
| 0.1309 | 6.0 | 450 | 0.3609 | 0.865 |
|
74 |
+
| 0.1744 | 7.0 | 525 | 0.3526 | 0.8667 |
|
75 |
+
| 0.1066 | 8.0 | 600 | 0.3650 | 0.8733 |
|
76 |
+
| 0.0701 | 9.0 | 675 | 0.3803 | 0.87 |
|
77 |
+
| 0.058 | 10.0 | 750 | 0.3887 | 0.8683 |
|
78 |
+
| 0.0585 | 11.0 | 825 | 0.4227 | 0.8667 |
|
79 |
+
| 0.0507 | 12.0 | 900 | 0.4565 | 0.8667 |
|
80 |
+
| 0.0443 | 13.0 | 975 | 0.4751 | 0.8667 |
|
81 |
+
| 0.023 | 14.0 | 1050 | 0.5029 | 0.875 |
|
82 |
+
| 0.0067 | 15.0 | 1125 | 0.5522 | 0.8667 |
|
83 |
+
| 0.0046 | 16.0 | 1200 | 0.5758 | 0.8683 |
|
84 |
+
| 0.0072 | 17.0 | 1275 | 0.6012 | 0.8667 |
|
85 |
+
| 0.0186 | 18.0 | 1350 | 0.6185 | 0.8667 |
|
86 |
+
| 0.0049 | 19.0 | 1425 | 0.6452 | 0.8633 |
|
87 |
+
| 0.0012 | 20.0 | 1500 | 0.6704 | 0.8633 |
|
88 |
+
| 0.0009 | 21.0 | 1575 | 0.6922 | 0.8633 |
|
89 |
+
| 0.0009 | 22.0 | 1650 | 0.7205 | 0.8617 |
|
90 |
+
| 0.0007 | 23.0 | 1725 | 0.7357 | 0.8617 |
|
91 |
+
| 0.0194 | 24.0 | 1800 | 0.7622 | 0.86 |
|
92 |
+
| 0.0038 | 25.0 | 1875 | 0.7720 | 0.8583 |
|
93 |
+
| 0.0005 | 26.0 | 1950 | 0.7827 | 0.86 |
|
94 |
+
| 0.0003 | 27.0 | 2025 | 0.7974 | 0.8583 |
|
95 |
+
| 0.0054 | 28.0 | 2100 | 0.8004 | 0.8583 |
|
96 |
+
| 0.019 | 29.0 | 2175 | 0.8026 | 0.8633 |
|
97 |
+
| 0.0003 | 30.0 | 2250 | 0.8285 | 0.86 |
|
98 |
+
| 0.0002 | 31.0 | 2325 | 0.8245 | 0.8617 |
|
99 |
+
| 0.0002 | 32.0 | 2400 | 0.8349 | 0.86 |
|
100 |
+
| 0.0002 | 33.0 | 2475 | 0.8577 | 0.8617 |
|
101 |
+
| 0.0002 | 34.0 | 2550 | 0.8568 | 0.86 |
|
102 |
+
| 0.0002 | 35.0 | 2625 | 0.8651 | 0.8583 |
|
103 |
+
| 0.0002 | 36.0 | 2700 | 0.8693 | 0.86 |
|
104 |
+
| 0.0161 | 37.0 | 2775 | 0.8692 | 0.8633 |
|
105 |
+
| 0.0002 | 38.0 | 2850 | 0.8782 | 0.8583 |
|
106 |
+
| 0.0002 | 39.0 | 2925 | 0.8858 | 0.86 |
|
107 |
+
| 0.0001 | 40.0 | 3000 | 0.8886 | 0.8583 |
|
108 |
+
| 0.0154 | 41.0 | 3075 | 0.8970 | 0.86 |
|
109 |
+
| 0.0001 | 42.0 | 3150 | 0.8973 | 0.86 |
|
110 |
+
| 0.0001 | 43.0 | 3225 | 0.9034 | 0.86 |
|
111 |
+
| 0.0001 | 44.0 | 3300 | 0.9094 | 0.8617 |
|
112 |
+
| 0.0001 | 45.0 | 3375 | 0.9094 | 0.86 |
|
113 |
+
| 0.0001 | 46.0 | 3450 | 0.9101 | 0.86 |
|
114 |
+
| 0.0001 | 47.0 | 3525 | 0.9123 | 0.86 |
|
115 |
+
| 0.0001 | 48.0 | 3600 | 0.9135 | 0.86 |
|
116 |
+
| 0.0001 | 49.0 | 3675 | 0.9142 | 0.86 |
|
117 |
+
| 0.0001 | 50.0 | 3750 | 0.9148 | 0.86 |
|
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:73dcc8d7c7f2166f445854ff3de1956c2e758af1ab4a7a9450a46c08ed505136
|
3 |
size 86690164
|
runs/Dec05_09-59-50_28333939ed84/events.out.tfevents.1701770390.28333939ed84.1904.7
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:2b735d7522394fe45a2fa62ff6f2ad11a0ee6115653f94e812cc50f35de93570
|
3 |
+
size 79695
|