andrecastro
commited on
Commit
•
158d05b
1
Parent(s):
82d5f8d
Model save
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ datasets:
|
|
7 |
- imagefolder
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
|
|
10 |
model-index:
|
11 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
12 |
results:
|
@@ -22,7 +24,13 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
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.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,11 +76,11 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
-
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
7 |
- imagefolder
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
model-index:
|
13 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
14 |
results:
|
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
+
value: 0.9849598930481284
|
28 |
+
- name: Precision
|
29 |
+
type: precision
|
30 |
+
value: 0.9849602172971775
|
31 |
+
- name: Recall
|
32 |
+
type: recall
|
33 |
+
value: 0.9849598930481284
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
|
41 |
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.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
+
- Loss: 0.0457
|
44 |
+
- Accuracy: 0.9850
|
45 |
+
- Precision: 0.9850
|
46 |
+
- Recall: 0.9850
|
47 |
+
- Confusion Matrix: [[1489, 23], [22, 1458]]
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
76 |
|
77 |
### Training results
|
78 |
|
79 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Confusion Matrix |
|
80 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------------------------:|
|
81 |
+
| 0.117 | 1.0 | 374 | 0.0691 | 0.9729 | 0.9733 | 0.9729 | [[1452, 60], [21, 1459]] |
|
82 |
+
| 0.103 | 2.0 | 748 | 0.0526 | 0.9793 | 0.9795 | 0.9793 | [[1466, 46], [16, 1464]] |
|
83 |
+
| 0.0941 | 3.0 | 1122 | 0.0457 | 0.9850 | 0.9850 | 0.9850 | [[1489, 23], [22, 1458]] |
|
84 |
|
85 |
|
86 |
### Framework versions
|