neuralhaven
commited on
Commit
•
1b2fb9b
1
Parent(s):
5f63489
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: neuralhaven/KDRSSC_ViT2TinyViT
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: KDRSSC_ViT2TinyViT-RESISC45_FT
|
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-RESISC45_FT
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [neuralhaven/KDRSSC_ViT2TinyViT](https://huggingface.co/neuralhaven/KDRSSC_ViT2TinyViT) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2192
|
24 |
+
- Accuracy: 0.9403
|
25 |
+
- Precision: 0.9412
|
26 |
+
- Recall: 0.9410
|
27 |
+
- F1: 0.9406
|
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: 512
|
48 |
+
- eval_batch_size: 512
|
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 |
+
| 3.1125 | 1.0 | 37 | 0.9645 | 0.911 | 0.9167 | 0.9076 | 0.9069 |
|
59 |
+
| 0.6036 | 2.0 | 74 | 0.2854 | 0.938 | 0.9387 | 0.9394 | 0.9370 |
|
60 |
+
| 0.4344 | 3.0 | 111 | 0.2315 | 0.942 | 0.9412 | 0.9422 | 0.9395 |
|
61 |
+
| 0.3572 | 4.0 | 148 | 0.1993 | 0.948 | 0.9480 | 0.9487 | 0.9464 |
|
62 |
+
| 0.3086 | 5.0 | 185 | 0.2025 | 0.94 | 0.9405 | 0.9391 | 0.9372 |
|
63 |
+
| 0.2906 | 6.0 | 222 | 0.1979 | 0.939 | 0.9394 | 0.9381 | 0.9358 |
|
64 |
+
| 0.2567 | 7.0 | 259 | 0.1814 | 0.943 | 0.9427 | 0.9440 | 0.9413 |
|
65 |
+
| 0.2785 | 8.0 | 296 | 0.1563 | 0.948 | 0.9470 | 0.9484 | 0.9464 |
|
66 |
+
| 0.2462 | 9.0 | 333 | 0.1509 | 0.951 | 0.9508 | 0.9524 | 0.9501 |
|
67 |
+
| 0.245 | 10.0 | 370 | 0.1489 | 0.949 | 0.9475 | 0.9492 | 0.9468 |
|
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 36711400
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ea5d7f40bf85d5146db34f7cb8835286ac6124a16a03834fd91ca4de280e99a
|
3 |
size 36711400
|
runs/Sep26_19-00-32_b2c4789ac035/events.out.tfevents.1727378226.b2c4789ac035.61.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25b656028f5adeac1cdc476c6dfdb56ffda00d38fab0bd8787d2bc2f5efd7ea5
|
3 |
+
size 1032
|