End of training
Browse files- README.md +95 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: microsoft/swin-large-patch4-window12-384-in22k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: Boya3_SGD_1e3_20Epoch_Swin-large_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.4023809523809524
|
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 |
+
# Boya3_SGD_1e3_20Epoch_Swin-large_fold1
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [microsoft/swin-large-patch4-window12-384-in22k](https://huggingface.co/microsoft/swin-large-patch4-window12-384-in22k) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.8852
|
36 |
+
- Accuracy: 0.4024
|
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.001
|
56 |
+
- train_batch_size: 16
|
57 |
+
- eval_batch_size: 16
|
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: 20
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
68 |
+
| 2.6532 | 1.0 | 632 | 2.5742 | 0.2512 |
|
69 |
+
| 2.3757 | 2.0 | 1264 | 2.3681 | 0.2865 |
|
70 |
+
| 2.2527 | 3.0 | 1896 | 2.2467 | 0.3060 |
|
71 |
+
| 2.2221 | 4.0 | 2528 | 2.1715 | 0.3179 |
|
72 |
+
| 2.1297 | 5.0 | 3160 | 2.1100 | 0.3230 |
|
73 |
+
| 2.068 | 6.0 | 3792 | 2.0715 | 0.3456 |
|
74 |
+
| 1.9695 | 7.0 | 4424 | 2.0381 | 0.3444 |
|
75 |
+
| 2.1086 | 8.0 | 5056 | 2.0071 | 0.3635 |
|
76 |
+
| 2.093 | 9.0 | 5688 | 1.9854 | 0.3651 |
|
77 |
+
| 2.05 | 10.0 | 6320 | 1.9645 | 0.3710 |
|
78 |
+
| 2.0434 | 11.0 | 6952 | 1.9480 | 0.3786 |
|
79 |
+
| 2.0666 | 12.0 | 7584 | 1.9363 | 0.3817 |
|
80 |
+
| 1.846 | 13.0 | 8216 | 1.9201 | 0.3889 |
|
81 |
+
| 1.9809 | 14.0 | 8848 | 1.9124 | 0.3897 |
|
82 |
+
| 1.844 | 15.0 | 9480 | 1.9027 | 0.3948 |
|
83 |
+
| 1.9048 | 16.0 | 10112 | 1.8971 | 0.3948 |
|
84 |
+
| 2.0342 | 17.0 | 10744 | 1.8912 | 0.4 |
|
85 |
+
| 1.822 | 18.0 | 11376 | 1.8876 | 0.4008 |
|
86 |
+
| 1.8676 | 19.0 | 12008 | 1.8858 | 0.4024 |
|
87 |
+
| 1.9147 | 20.0 | 12640 | 1.8852 | 0.4024 |
|
88 |
+
|
89 |
+
|
90 |
+
### Framework versions
|
91 |
+
|
92 |
+
- Transformers 4.32.1
|
93 |
+
- Pytorch 2.1.1+cu121
|
94 |
+
- Datasets 2.21.0
|
95 |
+
- 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 785043790
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f62376c1737a9daf8f1da99af9c629180b0d34120c1464492b4f7c1fb401fc75
|
3 |
size 785043790
|