LinStevenn
commited on
End of training
Browse files
README.md
CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# videomae-base-readminds-assignment
|
15 |
|
16 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -34,7 +36,7 @@ More information needed
|
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 5e-05
|
36 |
- train_batch_size: 2
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
40 |
- lr_scheduler_type: linear
|
@@ -43,6 +45,17 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
14 |
# videomae-base-readminds-assignment
|
15 |
|
16 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.5827
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 5e-05
|
38 |
- train_batch_size: 2
|
39 |
+
- eval_batch_size: 2
|
40 |
- seed: 42
|
41 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
42 |
- lr_scheduler_type: linear
|
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 1.5236 | 0.12 | 12 | 1.4575 |
|
51 |
+
| 1.1957 | 1.12 | 24 | 1.4403 |
|
52 |
+
| 0.7669 | 2.12 | 36 | 1.4573 |
|
53 |
+
| 0.4632 | 3.12 | 48 | 1.5034 |
|
54 |
+
| 0.299 | 4.12 | 60 | 1.5987 |
|
55 |
+
| 0.1672 | 5.12 | 72 | 1.5975 |
|
56 |
+
| 0.0682 | 6.12 | 84 | 1.5670 |
|
57 |
+
| 0.0324 | 7.12 | 96 | 1.5827 |
|
58 |
+
| 0.0155 | 8.04 | 100 | 1.5827 |
|
59 |
|
60 |
|
61 |
### Framework versions
|