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-window7-224-in22k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: Boya2_SGD_1e3_20Epoch_Swin-large-224_fold2
|
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.46242142661929486
|
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 |
+
# Boya2_SGD_1e3_20Epoch_Swin-large-224_fold2
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [microsoft/swin-large-patch4-window7-224-in22k](https://huggingface.co/microsoft/swin-large-patch4-window7-224-in22k) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.7316
|
36 |
+
- Accuracy: 0.4624
|
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.613 | 1.0 | 913 | 2.5089 | 0.2774 |
|
69 |
+
| 2.2378 | 2.0 | 1826 | 2.3352 | 0.2938 |
|
70 |
+
| 2.1303 | 3.0 | 2739 | 2.2226 | 0.3184 |
|
71 |
+
| 2.0563 | 4.0 | 3652 | 2.1385 | 0.3506 |
|
72 |
+
| 2.1322 | 5.0 | 4565 | 2.0717 | 0.3758 |
|
73 |
+
| 2.004 | 6.0 | 5478 | 2.0113 | 0.3955 |
|
74 |
+
| 2.079 | 7.0 | 6391 | 1.9666 | 0.4130 |
|
75 |
+
| 1.78 | 8.0 | 7304 | 1.9230 | 0.4225 |
|
76 |
+
| 1.7925 | 9.0 | 8217 | 1.8877 | 0.4354 |
|
77 |
+
| 1.9366 | 10.0 | 9130 | 1.8567 | 0.4403 |
|
78 |
+
| 1.5845 | 11.0 | 10043 | 1.8338 | 0.4458 |
|
79 |
+
| 1.6846 | 12.0 | 10956 | 1.8079 | 0.4520 |
|
80 |
+
| 1.7316 | 13.0 | 11869 | 1.7920 | 0.4545 |
|
81 |
+
| 1.6397 | 14.0 | 12782 | 1.7737 | 0.4600 |
|
82 |
+
| 1.8114 | 15.0 | 13695 | 1.7580 | 0.4605 |
|
83 |
+
| 1.5862 | 16.0 | 14608 | 1.7502 | 0.4621 |
|
84 |
+
| 1.8464 | 17.0 | 15521 | 1.7422 | 0.4641 |
|
85 |
+
| 1.8008 | 18.0 | 16434 | 1.7370 | 0.4627 |
|
86 |
+
| 1.719 | 19.0 | 17347 | 1.7333 | 0.4632 |
|
87 |
+
| 1.5652 | 20.0 | 18260 | 1.7316 | 0.4624 |
|
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 780711054
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c3866ece9dc972a5211e89abc8853dcebb7a3bd7f802e87fabb0803c288eae6
|
3 |
size 780711054
|