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
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/timesformer-base-finetuned-k400](https://huggingface.co/facebook/timesformer-base-finetuned-k400) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/timesformer-base-finetuned-k400](https://huggingface.co/facebook/timesformer-base-finetuned-k400) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7685
|
22 |
+
- Accuracy: 0.7754
|
23 |
|
24 |
## Model description
|
25 |
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 39.02494719168066,
|
3 |
+
"eval_accuracy": 0.775413176364048,
|
4 |
+
"eval_loss": 0.7684532999992371,
|
5 |
+
"eval_runtime": 167.5463,
|
6 |
+
"eval_samples_per_second": 26.363,
|
7 |
+
"eval_steps_per_second": 3.301
|
8 |
+
}
|
test_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 39.02494719168066,
|
3 |
+
"eval_accuracy": 0.775413176364048,
|
4 |
+
"eval_loss": 0.7684532999992371,
|
5 |
+
"eval_runtime": 167.5463,
|
6 |
+
"eval_samples_per_second": 26.363,
|
7 |
+
"eval_steps_per_second": 3.301
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|