Model save
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ datasets:
|
|
8 |
- imagefolder
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
13 |
results:
|
@@ -24,6 +27,15 @@ model-index:
|
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
value: 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
- Accuracy: 1.0
|
|
|
|
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -66,13 +81,13 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
-
|
71 |
-
| No log | 0.9231 | 3 | 0.
|
72 |
-
| No log | 1.8462 | 6 | 0.
|
73 |
-
| No log | 2.7692 | 9 | 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
8 |
- imagefolder
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
+
- precision
|
12 |
+
- recall
|
13 |
+
- f1
|
14 |
model-index:
|
15 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
16 |
results:
|
|
|
27 |
- name: Accuracy
|
28 |
type: accuracy
|
29 |
value: 1.0
|
30 |
+
- name: Precision
|
31 |
+
type: precision
|
32 |
+
value: 1.0
|
33 |
+
- name: Recall
|
34 |
+
type: recall
|
35 |
+
value: 1.0
|
36 |
+
- name: F1
|
37 |
+
type: f1
|
38 |
+
value: 1.0
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
45 |
|
46 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.0022
|
49 |
- Accuracy: 1.0
|
50 |
+
- Precision: 1.0
|
51 |
+
- Recall: 1.0
|
52 |
+
- F1: 1.0
|
53 |
|
54 |
## Model description
|
55 |
|
|
|
81 |
|
82 |
### Training results
|
83 |
|
84 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
85 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
86 |
+
| No log | 0.9231 | 3 | 0.1306 | 0.9318 | 0.9386 | 0.9318 | 0.9303 |
|
87 |
+
| No log | 1.8462 | 6 | 0.0053 | 1.0 | 1.0 | 1.0 | 1.0 |
|
88 |
+
| No log | 2.7692 | 9 | 0.0017 | 1.0 | 1.0 | 1.0 | 1.0 |
|
89 |
+
| 0.0353 | 4.0 | 13 | 0.0021 | 1.0 | 1.0 | 1.0 | 1.0 |
|
90 |
+
| 0.0353 | 4.6154 | 15 | 0.0022 | 1.0 | 1.0 | 1.0 | 1.0 |
|
91 |
|
92 |
|
93 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110342832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:616f98b70865651957a345cabdbf14d0e92fab932e2518468dfa140fe1396a39
|
3 |
size 110342832
|
runs/Oct24_07-24-26_7919de6d5c0a/events.out.tfevents.1729755735.7919de6d5c0a.285.3
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42a5223aa4f41d7cb6ca8a3cee6c94218939e36559386c26af958ce453a19fd1
|
3 |
+
size 8318
|