andrecastro
commited on
Commit
•
76ad3e6
1
Parent(s):
8c86212
Model save
Browse files- README.md +7 -7
- model.safetensors +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ model-index:
|
|
27 |
value: 0.9883021390374331
|
28 |
- name: Precision
|
29 |
type: precision
|
30 |
-
value: 0.
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
value: 0.9883021390374331
|
@@ -40,11 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
44 |
- Accuracy: 0.9883
|
45 |
-
- Precision: 0.
|
46 |
- Recall: 0.9883
|
47 |
-
- Confusion Matrix: [[
|
48 |
|
49 |
## Model description
|
50 |
|
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Confusion Matrix |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------------------------:|
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
27 |
value: 0.9883021390374331
|
28 |
- name: Precision
|
29 |
type: precision
|
30 |
+
value: 0.9883638028735799
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
value: 0.9883021390374331
|
|
|
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.0363
|
44 |
- Accuracy: 0.9883
|
45 |
+
- Precision: 0.9884
|
46 |
- Recall: 0.9883
|
47 |
+
- Confusion Matrix: [[1503, 9], [26, 1454]]
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Confusion Matrix |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------------------------:|
|
81 |
+
| 0.1073 | 1.0 | 374 | 0.0387 | 0.9886 | 0.9887 | 0.9886 | [[1502, 10], [24, 1456]] |
|
82 |
+
| 0.0892 | 2.0 | 748 | 0.0311 | 0.9896 | 0.9897 | 0.9896 | [[1501, 11], [20, 1460]] |
|
83 |
+
| 0.0071 | 3.0 | 1122 | 0.0363 | 0.9883 | 0.9884 | 0.9883 | [[1503, 9], [26, 1454]] |
|
84 |
|
85 |
|
86 |
### 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:64682c438f4ba11219d4b373cd848f090d0f83ca8cf35acb49ea06190b49cc68
|
3 |
size 110342832
|