andrecastro
commited on
Commit
•
9aa8520
1
Parent(s):
0c07c03
Model save
Browse files- README.md +13 -13
- model.safetensors +1 -1
README.md
CHANGED
@@ -24,13 +24,13 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
-
value: 0.
|
28 |
- name: Precision
|
29 |
type: precision
|
30 |
-
value: 0.
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
-
value: 0.
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -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.
|
45 |
-
- Precision: 0.
|
46 |
-
- Recall: 0.
|
47 |
-
- Confusion Matrix: [[
|
48 |
|
49 |
## Model description
|
50 |
|
@@ -76,11 +76,11 @@ The following hyperparameters were used during training:
|
|
76 |
|
77 |
### Training results
|
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
|
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
+
value: 0.9896390374331551
|
28 |
- name: Precision
|
29 |
type: precision
|
30 |
+
value: 0.9897531473312668
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
+
value: 0.9896390374331551
|
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.0355
|
44 |
+
- Accuracy: 0.9896
|
45 |
+
- Precision: 0.9898
|
46 |
+
- Recall: 0.9896
|
47 |
+
- Confusion Matrix: [[1508, 4], [27, 1453]]
|
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.0585 | 1.0 | 374 | 0.0224 | 0.9940 | 0.9940 | 0.9940 | [[1506, 6], [12, 1468]] |
|
82 |
+
| 0.0792 | 2.0 | 748 | 0.0346 | 0.9910 | 0.9911 | 0.9910 | [[1509, 3], [24, 1456]] |
|
83 |
+
| 0.0634 | 3.0 | 1122 | 0.0355 | 0.9896 | 0.9898 | 0.9896 | [[1508, 4], [27, 1453]] |
|
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:20ad685028d4d421a5a0992a81767038151e66e04aa56c5f0fe23169297d8c16
|
3 |
size 110342832
|