update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,20 +43,16 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_ratio: 0.1
|
46 |
-
- training_steps:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.6871 | 4.13 | 180 | 0.6751 | 0.5714 |
|
57 |
-
| 0.7159 | 5.13 | 216 | 0.6854 | 0.5238 |
|
58 |
-
| 0.6884 | 6.13 | 252 | 0.6735 | 0.6667 |
|
59 |
-
| 0.6905 | 7.1 | 280 | 0.6739 | 0.6190 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5322
|
20 |
+
- Accuracy: 0.7812
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_ratio: 0.1
|
46 |
+
- training_steps: 120
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.5824 | 0.25 | 30 | 0.5322 | 0.7812 |
|
53 |
+
| 0.6914 | 1.25 | 60 | 0.5260 | 0.7812 |
|
54 |
+
| 0.5257 | 2.25 | 90 | 0.5900 | 0.7812 |
|
55 |
+
| 0.6191 | 3.25 | 120 | 0.5305 | 0.7812 |
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|