End of training
Browse files- README.md +1 -1
- all_results.json +12 -12
- eval_results.json +7 -7
- train_results.json +7 -7
- trainer_state.json +0 -0
README.md
CHANGED
@@ -33,7 +33,7 @@ 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: 0.
|
37 |
- Accuracy: 0.9779
|
38 |
|
39 |
## Model description
|
|
|
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: 0.2644
|
37 |
- Accuracy: 0.9779
|
38 |
|
39 |
## Model description
|
all_results.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss":
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
-
"total_flos":
|
9 |
-
"train_loss":
|
10 |
-
"train_runtime":
|
11 |
-
"train_samples_per_second":
|
12 |
-
"train_steps_per_second": 0.
|
13 |
}
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.34640522875817,
|
3 |
+
"eval_accuracy": 0.9779411764705882,
|
4 |
+
"eval_loss": 0.2643776834011078,
|
5 |
+
"eval_runtime": 20.603,
|
6 |
+
"eval_samples_per_second": 6.601,
|
7 |
+
"eval_steps_per_second": 0.825,
|
8 |
+
"total_flos": 3.0228260830838784e+18,
|
9 |
+
"train_loss": 0.1524556069365874,
|
10 |
+
"train_runtime": 23400.6351,
|
11 |
+
"train_samples_per_second": 5.231,
|
12 |
+
"train_steps_per_second": 0.162
|
13 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss":
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.34640522875817,
|
3 |
+
"eval_accuracy": 0.9779411764705882,
|
4 |
+
"eval_loss": 0.2643776834011078,
|
5 |
+
"eval_runtime": 20.603,
|
6 |
+
"eval_samples_per_second": 6.601,
|
7 |
+
"eval_steps_per_second": 0.825
|
8 |
}
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss":
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.34640522875817,
|
3 |
+
"total_flos": 3.0228260830838784e+18,
|
4 |
+
"train_loss": 0.1524556069365874,
|
5 |
+
"train_runtime": 23400.6351,
|
6 |
+
"train_samples_per_second": 5.231,
|
7 |
+
"train_steps_per_second": 0.162
|
8 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|