Commit
·
a80e23f
1
Parent(s):
0980b5a
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_rms_00001_fold1
|
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.8848080133555927
|
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_rms_00001_fold1
|
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.7203
|
36 |
+
- Accuracy: 0.8848
|
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.4024 | 1.0 | 76 | 0.3457 | 0.8598 |
|
69 |
+
| 0.2939 | 2.0 | 152 | 0.3056 | 0.8765 |
|
70 |
+
| 0.1494 | 3.0 | 228 | 0.3010 | 0.8815 |
|
71 |
+
| 0.1219 | 4.0 | 304 | 0.3026 | 0.8848 |
|
72 |
+
| 0.0709 | 5.0 | 380 | 0.3230 | 0.8881 |
|
73 |
+
| 0.0265 | 6.0 | 456 | 0.3473 | 0.8915 |
|
74 |
+
| 0.0053 | 7.0 | 532 | 0.4250 | 0.8815 |
|
75 |
+
| 0.0086 | 8.0 | 608 | 0.4355 | 0.8848 |
|
76 |
+
| 0.0119 | 9.0 | 684 | 0.4635 | 0.8865 |
|
77 |
+
| 0.0011 | 10.0 | 760 | 0.4824 | 0.8932 |
|
78 |
+
| 0.0255 | 11.0 | 836 | 0.5139 | 0.8831 |
|
79 |
+
| 0.0006 | 12.0 | 912 | 0.5793 | 0.8815 |
|
80 |
+
| 0.0183 | 13.0 | 988 | 0.5403 | 0.8848 |
|
81 |
+
| 0.0037 | 14.0 | 1064 | 0.5951 | 0.8848 |
|
82 |
+
| 0.024 | 15.0 | 1140 | 0.5951 | 0.8815 |
|
83 |
+
| 0.0002 | 16.0 | 1216 | 0.6061 | 0.8798 |
|
84 |
+
| 0.0001 | 17.0 | 1292 | 0.5992 | 0.8948 |
|
85 |
+
| 0.0157 | 18.0 | 1368 | 0.6206 | 0.8848 |
|
86 |
+
| 0.0002 | 19.0 | 1444 | 0.6514 | 0.8881 |
|
87 |
+
| 0.0058 | 20.0 | 1520 | 0.6656 | 0.8798 |
|
88 |
+
| 0.0096 | 21.0 | 1596 | 0.6589 | 0.8915 |
|
89 |
+
| 0.0045 | 22.0 | 1672 | 0.6509 | 0.8848 |
|
90 |
+
| 0.0001 | 23.0 | 1748 | 0.6180 | 0.8881 |
|
91 |
+
| 0.0001 | 24.0 | 1824 | 0.6676 | 0.8765 |
|
92 |
+
| 0.0077 | 25.0 | 1900 | 0.6271 | 0.8831 |
|
93 |
+
| 0.0032 | 26.0 | 1976 | 0.7135 | 0.8848 |
|
94 |
+
| 0.0043 | 27.0 | 2052 | 0.7062 | 0.8765 |
|
95 |
+
| 0.0034 | 28.0 | 2128 | 0.7064 | 0.8781 |
|
96 |
+
| 0.0062 | 29.0 | 2204 | 0.6764 | 0.8781 |
|
97 |
+
| 0.0001 | 30.0 | 2280 | 0.6847 | 0.8831 |
|
98 |
+
| 0.006 | 31.0 | 2356 | 0.6868 | 0.8865 |
|
99 |
+
| 0.009 | 32.0 | 2432 | 0.7122 | 0.8881 |
|
100 |
+
| 0.0 | 33.0 | 2508 | 0.7011 | 0.8865 |
|
101 |
+
| 0.0 | 34.0 | 2584 | 0.7102 | 0.8881 |
|
102 |
+
| 0.0121 | 35.0 | 2660 | 0.7023 | 0.8881 |
|
103 |
+
| 0.0034 | 36.0 | 2736 | 0.7188 | 0.8765 |
|
104 |
+
| 0.0064 | 37.0 | 2812 | 0.7029 | 0.8848 |
|
105 |
+
| 0.0001 | 38.0 | 2888 | 0.7098 | 0.8798 |
|
106 |
+
| 0.0031 | 39.0 | 2964 | 0.7171 | 0.8815 |
|
107 |
+
| 0.0 | 40.0 | 3040 | 0.7137 | 0.8815 |
|
108 |
+
| 0.0029 | 41.0 | 3116 | 0.7143 | 0.8815 |
|
109 |
+
| 0.0 | 42.0 | 3192 | 0.7224 | 0.8815 |
|
110 |
+
| 0.0048 | 43.0 | 3268 | 0.7157 | 0.8831 |
|
111 |
+
| 0.0 | 44.0 | 3344 | 0.7190 | 0.8848 |
|
112 |
+
| 0.0 | 45.0 | 3420 | 0.7200 | 0.8848 |
|
113 |
+
| 0.0 | 46.0 | 3496 | 0.7204 | 0.8848 |
|
114 |
+
| 0.0 | 47.0 | 3572 | 0.7209 | 0.8848 |
|
115 |
+
| 0.0024 | 48.0 | 3648 | 0.7205 | 0.8848 |
|
116 |
+
| 0.0 | 49.0 | 3724 | 0.7204 | 0.8848 |
|
117 |
+
| 0.0 | 50.0 | 3800 | 0.7203 | 0.8848 |
|
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:5f0b7f280664eb2824e4bc9768e622b588adf66dbb4b091a00e36af7a44ce5d2
|
3 |
size 86690164
|
runs/Dec03_23-42-28_e7698b4f2488/events.out.tfevents.1701646949.e7698b4f2488.1907.6
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:62f1adb39d04784b3f9c2b3cfef9f95c46de6dadee777606928ef2f78fcf67c3
|
3 |
+
size 80471
|