bryanzhou008
commited on
Model save
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ model-index:
|
|
18 |
name: imagefolder
|
19 |
type: imagefolder
|
20 |
config: default
|
21 |
-
split:
|
22 |
args: default
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ 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:
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -66,11 +66,11 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch
|
70 |
-
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
18 |
name: imagefolder
|
19 |
type: imagefolder
|
20 |
config: default
|
21 |
+
split: validation
|
22 |
args: default
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.17777777777777778
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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: 2.9909
|
37 |
+
- Accuracy: 0.1778
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
71 |
+
| No log | 0.8 | 2 | 3.1216 | 0.0722 |
|
72 |
+
| No log | 2.0 | 5 | 3.0048 | 0.1694 |
|
73 |
+
| No log | 2.4 | 6 | 2.9909 | 0.1778 |
|
74 |
|
75 |
|
76 |
### Framework versions
|