Model save
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:
|
| 21 |
-
- Accuracy: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -44,13 +44,22 @@ The following hyperparameters were used during training:
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_ratio: 0.1
|
| 47 |
-
- training_steps:
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
-
| Training Loss | Epoch | Step
|
| 52 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
|
|
|
| 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.1003
|
| 21 |
+
- Accuracy: 0.9722
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_ratio: 0.1
|
| 47 |
+
- training_steps: 11650
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 53 |
+
| 2.1435 | 0.1 | 1165 | 2.2165 | 0.4536 |
|
| 54 |
+
| 0.8432 | 1.1 | 2330 | 0.7595 | 0.8010 |
|
| 55 |
+
| 0.4293 | 2.1 | 3495 | 0.5219 | 0.8578 |
|
| 56 |
+
| 0.2377 | 3.1 | 4660 | 0.3852 | 0.8972 |
|
| 57 |
+
| 0.1604 | 4.1 | 5825 | 0.2505 | 0.9349 |
|
| 58 |
+
| 0.0418 | 5.1 | 6990 | 0.2070 | 0.9431 |
|
| 59 |
+
| 0.0048 | 6.1 | 8155 | 0.1811 | 0.9520 |
|
| 60 |
+
| 0.0051 | 7.1 | 9320 | 0.1311 | 0.9634 |
|
| 61 |
+
| 0.0012 | 8.1 | 10485 | 0.1096 | 0.9698 |
|
| 62 |
+
| 0.0857 | 9.1 | 11650 | 0.1003 | 0.9722 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|