HorcruxNo13
commited on
Commit
•
dd31fc1
1
Parent(s):
2f4f531
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
|
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,15 +76,15 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
-
|
70 |
-
| No log | 1.0 | 8 | 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
7 |
- imagefolder
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
model-index:
|
13 |
- name: swin-tiny-patch4-window7-224
|
14 |
results:
|
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
+
value: 0.7466666666666667
|
28 |
+
- name: Precision
|
29 |
+
type: precision
|
30 |
+
value: 0.7167033192888707
|
31 |
+
- name: Recall
|
32 |
+
type: recall
|
33 |
+
value: 0.7466666666666667
|
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.6199
|
44 |
+
- Accuracy: 0.7467
|
45 |
+
- Precision: 0.7167
|
46 |
+
- Recall: 0.7467
|
47 |
+
- F1 Score: 0.7110
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
76 |
|
77 |
### Training results
|
78 |
|
79 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
80 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
81 |
+
| No log | 1.0 | 8 | 0.5333 | 0.7583 | 0.7348 | 0.7583 | 0.7122 |
|
82 |
+
| 0.4735 | 2.0 | 16 | 0.5572 | 0.7708 | 0.7878 | 0.7708 | 0.7094 |
|
83 |
+
| 0.4492 | 3.0 | 24 | 0.5569 | 0.775 | 0.7830 | 0.775 | 0.7210 |
|
84 |
+
| 0.3847 | 4.0 | 32 | 0.6170 | 0.7625 | 0.7640 | 0.7625 | 0.6989 |
|
85 |
+
| 0.337 | 5.0 | 40 | 0.5983 | 0.7625 | 0.7417 | 0.7625 | 0.7189 |
|
86 |
+
| 0.337 | 6.0 | 48 | 0.5763 | 0.7708 | 0.7507 | 0.7708 | 0.7435 |
|
87 |
+
| 0.3118 | 7.0 | 56 | 0.6043 | 0.7792 | 0.7661 | 0.7792 | 0.7448 |
|
88 |
|
89 |
|
90 |
### Framework versions
|