End of training
Browse files- README.md +2 -2
- all_results.json +8 -0
- test_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7635
|
21 |
+
- Accuracy: 0.7407
|
22 |
|
23 |
## Model description
|
24 |
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 198.0,
|
3 |
+
"eval_accuracy": 0.7407407407407407,
|
4 |
+
"eval_loss": 0.7634842991828918,
|
5 |
+
"eval_runtime": 178.6688,
|
6 |
+
"eval_samples_per_second": 1.209,
|
7 |
+
"eval_steps_per_second": 0.151
|
8 |
+
}
|
test_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 198.0,
|
3 |
+
"eval_accuracy": 0.7407407407407407,
|
4 |
+
"eval_loss": 0.7634842991828918,
|
5 |
+
"eval_runtime": 178.6688,
|
6 |
+
"eval_samples_per_second": 1.209,
|
7 |
+
"eval_steps_per_second": 0.151
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|