Model save
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ 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.8529
|
23 |
|
24 |
## Model description
|
@@ -39,24 +39,21 @@ More information needed
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5e-05
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- training_steps:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch
|
53 |
-
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.6254 | 61.0058 | 800 | 1.4182 | 0.3529 |
|
58 |
-
| 0.4048 | 76.01 | 1000 | 0.6370 | 0.8235 |
|
59 |
-
| 0.1016 | 92.0033 | 1200 | 0.4523 | 0.8529 |
|
60 |
|
61 |
|
62 |
### 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.5559
|
22 |
- Accuracy: 0.8529
|
23 |
|
24 |
## Model description
|
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 3
|
43 |
+
- eval_batch_size: 3
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- training_steps: 1600
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
+
|:-------------:|:--------:|:----:|:---------------:|:--------:|
|
54 |
+
| 0.9168 | 55.0031 | 500 | 1.1491 | 0.5294 |
|
55 |
+
| 0.3827 | 111.0006 | 1000 | 0.7479 | 0.8235 |
|
56 |
+
| 0.0043 | 166.0037 | 1500 | 0.5559 | 0.8529 |
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|