trantridat/SwinV2Base_lora r64 alpha16 dropout0.05 batchsize64 lr0.001
Browse files- README.md +5 -5
- all_results.json +16 -0
- eval_results.json +11 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -22,11 +22,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
22 |
|
23 |
This model is a fine-tuned version of [microsoft/swinv2-base-patch4-window12-192-22k](https://huggingface.co/microsoft/swinv2-base-patch4-window12-192-22k) on the imagefolder dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall: 0.
|
29 |
-
- F1: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
22 |
|
23 |
This model is a fine-tuned version of [microsoft/swinv2-base-patch4-window12-192-22k](https://huggingface.co/microsoft/swinv2-base-patch4-window12-192-22k) on the imagefolder dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.4329
|
26 |
+
- Accuracy: 0.9160
|
27 |
+
- Precision: 0.9157
|
28 |
+
- Recall: 0.9160
|
29 |
+
- F1: 0.9156
|
30 |
|
31 |
## Model description
|
32 |
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.2,
|
3 |
+
"eval_accuracy": 0.9160090191657272,
|
4 |
+
"eval_f1": 0.9156304372279399,
|
5 |
+
"eval_loss": 0.4329167902469635,
|
6 |
+
"eval_precision": 0.9156707582414666,
|
7 |
+
"eval_recall": 0.9160090191657272,
|
8 |
+
"eval_runtime": 35.1992,
|
9 |
+
"eval_samples_per_second": 50.399,
|
10 |
+
"eval_steps_per_second": 0.795,
|
11 |
+
"total_flos": 9.4522774317222e+19,
|
12 |
+
"train_loss": 0.2388173005080992,
|
13 |
+
"train_runtime": 58791.9316,
|
14 |
+
"train_samples_per_second": 27.141,
|
15 |
+
"train_steps_per_second": 0.105
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.2,
|
3 |
+
"eval_accuracy": 0.9160090191657272,
|
4 |
+
"eval_f1": 0.9156304372279399,
|
5 |
+
"eval_loss": 0.4329167902469635,
|
6 |
+
"eval_precision": 0.9156707582414666,
|
7 |
+
"eval_recall": 0.9160090191657272,
|
8 |
+
"eval_runtime": 35.1992,
|
9 |
+
"eval_samples_per_second": 50.399,
|
10 |
+
"eval_steps_per_second": 0.795
|
11 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.2,
|
3 |
+
"total_flos": 9.4522774317222e+19,
|
4 |
+
"train_loss": 0.2388173005080992,
|
5 |
+
"train_runtime": 58791.9316,
|
6 |
+
"train_samples_per_second": 27.141,
|
7 |
+
"train_steps_per_second": 0.105
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|