Model save
Browse files- README.md +79 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: swin-tiny-patch4-window7-224_alpha0.7_temp3.0_t3
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# swin-tiny-patch4-window7-224_alpha0.7_temp3.0_t3
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.7854
|
20 |
+
- Accuracy: 0.7885
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 5e-05
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 32
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_ratio: 0.1
|
46 |
+
- num_epochs: 20
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.5659 | 1.0 | 164 | 1.4280 | 0.2636 |
|
53 |
+
| 0.5111 | 2.0 | 328 | 1.3040 | 0.3720 |
|
54 |
+
| 0.4093 | 3.0 | 492 | 0.9968 | 0.6356 |
|
55 |
+
| 0.3598 | 4.0 | 656 | 0.9535 | 0.6443 |
|
56 |
+
| 0.3284 | 5.0 | 820 | 0.8426 | 0.7256 |
|
57 |
+
| 0.2933 | 6.0 | 984 | 0.8269 | 0.7657 |
|
58 |
+
| 0.2734 | 7.0 | 1148 | 0.8815 | 0.6952 |
|
59 |
+
| 0.2679 | 8.0 | 1312 | 0.8079 | 0.7679 |
|
60 |
+
| 0.2574 | 9.0 | 1476 | 0.7823 | 0.7863 |
|
61 |
+
| 0.2403 | 10.0 | 1640 | 0.7833 | 0.7907 |
|
62 |
+
| 0.2376 | 11.0 | 1804 | 0.7851 | 0.7852 |
|
63 |
+
| 0.2399 | 12.0 | 1968 | 0.7966 | 0.7939 |
|
64 |
+
| 0.231 | 13.0 | 2132 | 0.7956 | 0.7766 |
|
65 |
+
| 0.2351 | 14.0 | 2296 | 0.7793 | 0.7918 |
|
66 |
+
| 0.2344 | 15.0 | 2460 | 0.7700 | 0.7961 |
|
67 |
+
| 0.232 | 16.0 | 2624 | 0.7845 | 0.7907 |
|
68 |
+
| 0.2318 | 17.0 | 2788 | 0.7930 | 0.7918 |
|
69 |
+
| 0.2241 | 18.0 | 2952 | 0.7814 | 0.7885 |
|
70 |
+
| 0.2291 | 19.0 | 3116 | 0.7901 | 0.7820 |
|
71 |
+
| 0.2227 | 20.0 | 3280 | 0.7854 | 0.7885 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.45.2
|
77 |
+
- Pytorch 2.5.0+cu124
|
78 |
+
- Datasets 3.0.1
|
79 |
+
- Tokenizers 0.20.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 123211024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b8b8da6643ff2bdf0836b124da780ace60dc5510df9c05f2ee78562d2bc8978
|
3 |
size 123211024
|