akshatchugh3
commited on
Model save
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ 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:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,23 +38,22 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate: 5e-
|
42 |
- train_batch_size: 8
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- lr_scheduler_warmup_ratio: 0.
|
48 |
-
- training_steps:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.3349 | 3.2442 | 520 | 0.6746 | 0.8206 |
|
58 |
|
59 |
|
60 |
### 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: 2.0503
|
22 |
+
- Accuracy: 0.6439
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-06
|
42 |
- train_batch_size: 8
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_ratio: 0.2
|
48 |
+
- training_steps: 390
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
54 |
+
| 0.1658 | 0.3359 | 131 | 0.5805 | 0.8251 |
|
55 |
+
| 0.1039 | 1.3359 | 262 | 0.5685 | 0.8251 |
|
56 |
+
| 0.0832 | 2.3282 | 390 | 0.5565 | 0.8475 |
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
runs/Jan08_20-28-15_5a3016f64bbf/events.out.tfevents.1736370286.5a3016f64bbf.332.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8da9ed9c73210f936b2678c82a6f6f55bea6a60ff4c717f06a4dc1419425a65
|
3 |
+
size 411
|