hkivancoral
commited on
Commit
•
8680b94
1
Parent(s):
3c23afa
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_0001_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.8714524207011686
|
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_0001_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.3289
|
36 |
+
- Accuracy: 0.8715
|
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.0001
|
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.9122 | 1.0 | 751 | 1.0277 | 0.4591 |
|
69 |
+
| 0.7509 | 2.0 | 1502 | 0.8635 | 0.6194 |
|
70 |
+
| 0.6317 | 3.0 | 2253 | 0.7448 | 0.7012 |
|
71 |
+
| 0.5452 | 4.0 | 3004 | 0.6612 | 0.7446 |
|
72 |
+
| 0.5954 | 5.0 | 3755 | 0.5972 | 0.7830 |
|
73 |
+
| 0.5075 | 6.0 | 4506 | 0.5495 | 0.7930 |
|
74 |
+
| 0.5045 | 7.0 | 5257 | 0.5158 | 0.8130 |
|
75 |
+
| 0.4666 | 8.0 | 6008 | 0.4891 | 0.8147 |
|
76 |
+
| 0.4159 | 9.0 | 6759 | 0.4686 | 0.8247 |
|
77 |
+
| 0.4231 | 10.0 | 7510 | 0.4504 | 0.8280 |
|
78 |
+
| 0.4497 | 11.0 | 8261 | 0.4359 | 0.8364 |
|
79 |
+
| 0.3539 | 12.0 | 9012 | 0.4229 | 0.8381 |
|
80 |
+
| 0.3554 | 13.0 | 9763 | 0.4122 | 0.8414 |
|
81 |
+
| 0.3441 | 14.0 | 10514 | 0.4038 | 0.8414 |
|
82 |
+
| 0.3331 | 15.0 | 11265 | 0.3962 | 0.8431 |
|
83 |
+
| 0.3376 | 16.0 | 12016 | 0.3885 | 0.8431 |
|
84 |
+
| 0.374 | 17.0 | 12767 | 0.3827 | 0.8431 |
|
85 |
+
| 0.3157 | 18.0 | 13518 | 0.3768 | 0.8464 |
|
86 |
+
| 0.3563 | 19.0 | 14269 | 0.3725 | 0.8514 |
|
87 |
+
| 0.3183 | 20.0 | 15020 | 0.3682 | 0.8548 |
|
88 |
+
| 0.2569 | 21.0 | 15771 | 0.3646 | 0.8598 |
|
89 |
+
| 0.312 | 22.0 | 16522 | 0.3608 | 0.8581 |
|
90 |
+
| 0.3262 | 23.0 | 17273 | 0.3576 | 0.8598 |
|
91 |
+
| 0.3722 | 24.0 | 18024 | 0.3550 | 0.8598 |
|
92 |
+
| 0.3339 | 25.0 | 18775 | 0.3524 | 0.8598 |
|
93 |
+
| 0.3725 | 26.0 | 19526 | 0.3497 | 0.8631 |
|
94 |
+
| 0.35 | 27.0 | 20277 | 0.3474 | 0.8664 |
|
95 |
+
| 0.3858 | 28.0 | 21028 | 0.3456 | 0.8648 |
|
96 |
+
| 0.3212 | 29.0 | 21779 | 0.3439 | 0.8664 |
|
97 |
+
| 0.3222 | 30.0 | 22530 | 0.3422 | 0.8681 |
|
98 |
+
| 0.2584 | 31.0 | 23281 | 0.3410 | 0.8664 |
|
99 |
+
| 0.3877 | 32.0 | 24032 | 0.3393 | 0.8698 |
|
100 |
+
| 0.3116 | 33.0 | 24783 | 0.3380 | 0.8698 |
|
101 |
+
| 0.3141 | 34.0 | 25534 | 0.3366 | 0.8715 |
|
102 |
+
| 0.3279 | 35.0 | 26285 | 0.3358 | 0.8681 |
|
103 |
+
| 0.2798 | 36.0 | 27036 | 0.3348 | 0.8715 |
|
104 |
+
| 0.3928 | 37.0 | 27787 | 0.3341 | 0.8715 |
|
105 |
+
| 0.3 | 38.0 | 28538 | 0.3331 | 0.8715 |
|
106 |
+
| 0.2471 | 39.0 | 29289 | 0.3324 | 0.8715 |
|
107 |
+
| 0.3456 | 40.0 | 30040 | 0.3317 | 0.8715 |
|
108 |
+
| 0.3078 | 41.0 | 30791 | 0.3311 | 0.8715 |
|
109 |
+
| 0.24 | 42.0 | 31542 | 0.3306 | 0.8715 |
|
110 |
+
| 0.289 | 43.0 | 32293 | 0.3302 | 0.8715 |
|
111 |
+
| 0.2977 | 44.0 | 33044 | 0.3297 | 0.8715 |
|
112 |
+
| 0.2559 | 45.0 | 33795 | 0.3294 | 0.8715 |
|
113 |
+
| 0.3508 | 46.0 | 34546 | 0.3292 | 0.8715 |
|
114 |
+
| 0.26 | 47.0 | 35297 | 0.3291 | 0.8715 |
|
115 |
+
| 0.3325 | 48.0 | 36048 | 0.3290 | 0.8715 |
|
116 |
+
| 0.2898 | 49.0 | 36799 | 0.3289 | 0.8715 |
|
117 |
+
| 0.2912 | 50.0 | 37550 | 0.3289 | 0.8715 |
|
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:219bc0b7771d13f1947d278ba2bbbb3922b2ae55cf50c63999ff2b4d6ced9240
|
3 |
size 1213785638
|