Model save
Browse files- README.md +75 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: WinKawaks/vit-tiny-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: KDRSSC_ViT2TinyViT
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# KDRSSC_ViT2TinyViT
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [WinKawaks/vit-tiny-patch16-224](https://huggingface.co/WinKawaks/vit-tiny-patch16-224) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4414
|
24 |
+
- Accuracy: 0.9381
|
25 |
+
- Precision: 0.9385
|
26 |
+
- Recall: 0.9385
|
27 |
+
- F1: 0.9382
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0001
|
47 |
+
- train_batch_size: 128
|
48 |
+
- eval_batch_size: 128
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.9089 | 1.0 | 148 | 0.5624 | 0.906 | 0.9072 | 0.9014 | 0.8987 |
|
59 |
+
| 0.4816 | 2.0 | 296 | 0.4759 | 0.94 | 0.9411 | 0.9389 | 0.9382 |
|
60 |
+
| 0.3958 | 3.0 | 444 | 0.4354 | 0.952 | 0.9503 | 0.9510 | 0.9496 |
|
61 |
+
| 0.3574 | 4.0 | 592 | 0.4273 | 0.949 | 0.9475 | 0.9470 | 0.9460 |
|
62 |
+
| 0.3406 | 5.0 | 740 | 0.4132 | 0.955 | 0.9548 | 0.9522 | 0.9523 |
|
63 |
+
| 0.3341 | 6.0 | 888 | 0.4164 | 0.951 | 0.9481 | 0.9503 | 0.9477 |
|
64 |
+
| 0.3314 | 7.0 | 1036 | 0.4087 | 0.957 | 0.9545 | 0.9538 | 0.9530 |
|
65 |
+
| 0.3302 | 8.0 | 1184 | 0.4075 | 0.955 | 0.9528 | 0.9517 | 0.9512 |
|
66 |
+
| 0.3295 | 9.0 | 1332 | 0.4067 | 0.956 | 0.9533 | 0.9533 | 0.9522 |
|
67 |
+
| 0.3292 | 10.0 | 1480 | 0.4071 | 0.956 | 0.9534 | 0.9533 | 0.9522 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.44.0
|
73 |
+
- Pytorch 2.4.0
|
74 |
+
- Datasets 2.21.0
|
75 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22155132
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9afae4e540e97be2eae88311f37948b63387ecbc0422b129e5a992b791cbd33
|
3 |
size 22155132
|