Temo27Anas
commited on
Commit
•
faf91a6
1
Parent(s):
4d1c41c
Model save
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 [google/vivit-b-16x2-kinetics400](https://huggingface.co/google/vivit-b-16x2-kinetics400) 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 [google/vivit-b-16x2-kinetics400](https://huggingface.co/google/vivit-b-16x2-kinetics400) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9924
|
21 |
+
- Accuracy: 0.5595
|
22 |
|
23 |
## Model description
|
24 |
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 49.01109090909091,
|
3 |
+
"eval_accuracy": 0.5595238095238095,
|
4 |
+
"eval_loss": 0.9923801422119141,
|
5 |
+
"eval_runtime": 148.7567,
|
6 |
+
"eval_samples_per_second": 5.082,
|
7 |
+
"eval_steps_per_second": 0.639
|
8 |
+
}
|
test_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 49.01109090909091,
|
3 |
+
"eval_accuracy": 0.5595238095238095,
|
4 |
+
"eval_loss": 0.9923801422119141,
|
5 |
+
"eval_runtime": 148.7567,
|
6 |
+
"eval_samples_per_second": 5.082,
|
7 |
+
"eval_steps_per_second": 0.639
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|