End of training
Browse files- README.md +3 -3
- all_results.json +11 -12
- eval_results.json +7 -7
- train_results.json +6 -7
- trainer_state.json +0 -0
README.md
CHANGED
@@ -22,7 +22,7 @@ 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 +32,8 @@ 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 |
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9918293236495688
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.0520
|
36 |
+
- Accuracy: 0.9918
|
37 |
|
38 |
## Model description
|
39 |
|
all_results.json
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
{
|
2 |
-
"epoch": 9.99,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"train_steps_per_second": 0.276
|
13 |
}
|
|
|
1 |
+
{
|
2 |
+
"epoch": 9.99,
|
3 |
+
"eval_accuracy": 0.9918293236495688,
|
4 |
+
"eval_loss": 0.0519937239587307,
|
5 |
+
"eval_runtime": 277.9549,
|
6 |
+
"eval_samples_per_second": 15.851,
|
7 |
+
"eval_steps_per_second": 2.644,
|
8 |
+
"train_loss": 0.08735134438306928,
|
9 |
+
"train_runtime": 17846.498,
|
10 |
+
"train_samples_per_second": 5.76,
|
11 |
+
"train_steps_per_second": 0.24
|
|
|
12 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
{
|
2 |
-
"epoch": 9.99,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
+
{
|
2 |
+
"epoch": 9.99,
|
3 |
+
"eval_accuracy": 0.9918293236495688,
|
4 |
+
"eval_loss": 0.0519937239587307,
|
5 |
+
"eval_runtime": 277.9549,
|
6 |
+
"eval_samples_per_second": 15.851,
|
7 |
+
"eval_steps_per_second": 2.644
|
8 |
}
|
train_results.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
{
|
2 |
-
"epoch": 9.99,
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"train_steps_per_second": 0.276
|
8 |
}
|
|
|
1 |
+
{
|
2 |
+
"epoch": 9.99,
|
3 |
+
"train_loss": 0.08735134438306928,
|
4 |
+
"train_runtime": 17846.498,
|
5 |
+
"train_samples_per_second": 5.76,
|
6 |
+
"train_steps_per_second": 0.24
|
|
|
7 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|