hkivancoral
commited on
Commit
•
3ccadc8
1
Parent(s):
2ca38d2
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: microsoft/beit-large-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: smids_10x_beit_large_sgd_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.6360601001669449
|
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_beit_large_sgd_00001_fold1
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [microsoft/beit-large-patch16-224](https://huggingface.co/microsoft/beit-large-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8308
|
36 |
+
- Accuracy: 0.6361
|
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.1798 | 1.0 | 751 | 1.2530 | 0.3139 |
|
69 |
+
| 1.1588 | 2.0 | 1502 | 1.2210 | 0.3272 |
|
70 |
+
| 1.0286 | 3.0 | 2253 | 1.1929 | 0.3272 |
|
71 |
+
| 1.0699 | 4.0 | 3004 | 1.1680 | 0.3372 |
|
72 |
+
| 1.0532 | 5.0 | 3755 | 1.1455 | 0.3539 |
|
73 |
+
| 1.0168 | 6.0 | 4506 | 1.1249 | 0.3589 |
|
74 |
+
| 1.0334 | 7.0 | 5257 | 1.1059 | 0.3840 |
|
75 |
+
| 1.006 | 8.0 | 6008 | 1.0879 | 0.3923 |
|
76 |
+
| 0.9781 | 9.0 | 6759 | 1.0713 | 0.4073 |
|
77 |
+
| 0.9206 | 10.0 | 7510 | 1.0557 | 0.4324 |
|
78 |
+
| 0.9599 | 11.0 | 8261 | 1.0410 | 0.4457 |
|
79 |
+
| 0.8538 | 12.0 | 9012 | 1.0272 | 0.4591 |
|
80 |
+
| 0.8992 | 13.0 | 9763 | 1.0143 | 0.4725 |
|
81 |
+
| 0.9105 | 14.0 | 10514 | 1.0019 | 0.4925 |
|
82 |
+
| 0.8886 | 15.0 | 11265 | 0.9904 | 0.5058 |
|
83 |
+
| 0.8635 | 16.0 | 12016 | 0.9792 | 0.5209 |
|
84 |
+
| 0.9091 | 17.0 | 12767 | 0.9687 | 0.5292 |
|
85 |
+
| 0.8236 | 18.0 | 13518 | 0.9588 | 0.5342 |
|
86 |
+
| 0.8559 | 19.0 | 14269 | 0.9493 | 0.5426 |
|
87 |
+
| 0.7879 | 20.0 | 15020 | 0.9403 | 0.5509 |
|
88 |
+
| 0.765 | 21.0 | 15771 | 0.9320 | 0.5543 |
|
89 |
+
| 0.8223 | 22.0 | 16522 | 0.9238 | 0.5593 |
|
90 |
+
| 0.782 | 23.0 | 17273 | 0.9162 | 0.5659 |
|
91 |
+
| 0.875 | 24.0 | 18024 | 0.9090 | 0.5726 |
|
92 |
+
| 0.8022 | 25.0 | 18775 | 0.9023 | 0.5793 |
|
93 |
+
| 0.8471 | 26.0 | 19526 | 0.8959 | 0.5860 |
|
94 |
+
| 0.7822 | 27.0 | 20277 | 0.8898 | 0.5977 |
|
95 |
+
| 0.789 | 28.0 | 21028 | 0.8841 | 0.6010 |
|
96 |
+
| 0.8149 | 29.0 | 21779 | 0.8788 | 0.6027 |
|
97 |
+
| 0.7987 | 30.0 | 22530 | 0.8738 | 0.6077 |
|
98 |
+
| 0.7188 | 31.0 | 23281 | 0.8692 | 0.6160 |
|
99 |
+
| 0.802 | 32.0 | 24032 | 0.8649 | 0.6194 |
|
100 |
+
| 0.8114 | 33.0 | 24783 | 0.8608 | 0.6194 |
|
101 |
+
| 0.7414 | 34.0 | 25534 | 0.8570 | 0.6210 |
|
102 |
+
| 0.766 | 35.0 | 26285 | 0.8536 | 0.6210 |
|
103 |
+
| 0.7537 | 36.0 | 27036 | 0.8504 | 0.6260 |
|
104 |
+
| 0.7794 | 37.0 | 27787 | 0.8475 | 0.6277 |
|
105 |
+
| 0.7455 | 38.0 | 28538 | 0.8448 | 0.6311 |
|
106 |
+
| 0.7702 | 39.0 | 29289 | 0.8424 | 0.6311 |
|
107 |
+
| 0.75 | 40.0 | 30040 | 0.8403 | 0.6311 |
|
108 |
+
| 0.7442 | 41.0 | 30791 | 0.8384 | 0.6344 |
|
109 |
+
| 0.6885 | 42.0 | 31542 | 0.8367 | 0.6344 |
|
110 |
+
| 0.7317 | 43.0 | 32293 | 0.8353 | 0.6344 |
|
111 |
+
| 0.7377 | 44.0 | 33044 | 0.8340 | 0.6344 |
|
112 |
+
| 0.7327 | 45.0 | 33795 | 0.8330 | 0.6344 |
|
113 |
+
| 0.752 | 46.0 | 34546 | 0.8322 | 0.6361 |
|
114 |
+
| 0.7091 | 47.0 | 35297 | 0.8315 | 0.6361 |
|
115 |
+
| 0.7684 | 48.0 | 36048 | 0.8311 | 0.6361 |
|
116 |
+
| 0.7425 | 49.0 | 36799 | 0.8309 | 0.6361 |
|
117 |
+
| 0.7641 | 50.0 | 37550 | 0.8308 | 0.6361 |
|
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 1213785638
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0706b3c7478e48870e0b4aa8a50c38eb928ac36d72422b777c7c701c73a9b48c
|
3 |
size 1213785638
|