Model save
Browse files
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 [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -51,14 +51,14 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5665
|
22 |
+
- Accuracy: 0.75
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
54 |
+
| 1.018 | 1.0 | 13 | 0.9591 | 0.5 |
|
55 |
+
| 0.8837 | 2.0 | 26 | 1.0248 | 0.5833 |
|
56 |
+
| 0.7304 | 3.0 | 39 | 0.9565 | 0.5 |
|
57 |
+
| 0.6652 | 4.0 | 52 | 0.7661 | 0.5833 |
|
58 |
+
| 0.4719 | 5.0 | 65 | 0.9185 | 0.6667 |
|
59 |
+
| 0.5202 | 6.0 | 78 | 0.7269 | 0.6667 |
|
60 |
+
| 0.3601 | 7.0 | 91 | 0.5654 | 0.75 |
|
61 |
+
| 0.3601 | 7.3846 | 96 | 0.5665 | 0.75 |
|
62 |
|
63 |
|
64 |
### Framework versions
|