trantridat/SwinBase_lora r64 alpha16 dropout0.05 batchsize64 lr0.001
Browse files- README.md +2 -2
- all_results.json +13 -0
- eval_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/swin-base-patch4-window7-224-in22k](https://huggingface.co/microsoft/swin-base-patch4-window7-224-in22k) on the imagefolder dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/swin-base-patch4-window7-224-in22k](https://huggingface.co/microsoft/swin-base-patch4-window7-224-in22k) on the imagefolder dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4229
|
23 |
+
- Accuracy: 0.9008
|
24 |
|
25 |
## Model description
|
26 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.2,
|
3 |
+
"eval_accuracy": 0.9007891770011274,
|
4 |
+
"eval_loss": 0.42286553978919983,
|
5 |
+
"eval_runtime": 29.6447,
|
6 |
+
"eval_samples_per_second": 59.842,
|
7 |
+
"eval_steps_per_second": 0.945,
|
8 |
+
"total_flos": 1.2844070249593489e+20,
|
9 |
+
"train_loss": 0.21447962582111357,
|
10 |
+
"train_runtime": 32541.0222,
|
11 |
+
"train_samples_per_second": 49.037,
|
12 |
+
"train_steps_per_second": 0.191
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.2,
|
3 |
+
"eval_accuracy": 0.9007891770011274,
|
4 |
+
"eval_loss": 0.42286553978919983,
|
5 |
+
"eval_runtime": 29.6447,
|
6 |
+
"eval_samples_per_second": 59.842,
|
7 |
+
"eval_steps_per_second": 0.945
|
8 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.2,
|
3 |
+
"total_flos": 1.2844070249593489e+20,
|
4 |
+
"train_loss": 0.21447962582111357,
|
5 |
+
"train_runtime": 32541.0222,
|
6 |
+
"train_samples_per_second": 49.037,
|
7 |
+
"train_steps_per_second": 0.191
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|