JIGNESHS110
commited on
Commit
•
21a9c88
1
Parent(s):
9c99f91
End of training
Browse files
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 |
|
@@ -50,15 +50,15 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.
|
62 |
-
- Pytorch
|
63 |
- Datasets 2.14.5
|
64 |
-
- Tokenizers 0.
|
|
|
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.1075
|
21 |
+
- Accuracy: 0.9571
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.3523 | 0.25 | 150 | 0.9622 | 0.7 |
|
54 |
+
| 0.3898 | 1.25 | 300 | 0.5604 | 0.8571 |
|
55 |
+
| 0.1675 | 2.25 | 450 | 0.2851 | 0.8429 |
|
56 |
+
| 0.0283 | 3.25 | 600 | 0.1075 | 0.9571 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- Transformers 4.34.0
|
62 |
+
- Pytorch 1.10.0+cu113
|
63 |
- Datasets 2.14.5
|
64 |
+
- Tokenizers 0.14.0
|