update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: cc-by-nc-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: videomae-base-finetuned-ucf101-subset
|
7 |
results: []
|
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# videomae-base-finetuned-ucf101-subset
|
14 |
|
15 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -40,6 +45,20 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_warmup_ratio: 0.1
|
41 |
- training_steps: 300
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.28.1
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
model-index:
|
8 |
- name: videomae-base-finetuned-ucf101-subset
|
9 |
results: []
|
|
|
15 |
# videomae-base-finetuned-ucf101-subset
|
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.2630
|
20 |
+
- Accuracy: 0.9032
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- lr_scheduler_warmup_ratio: 0.1
|
46 |
- training_steps: 300
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.7999 | 0.13 | 38 | 0.7968 | 0.7143 |
|
53 |
+
| 0.3574 | 1.13 | 76 | 0.6632 | 0.7571 |
|
54 |
+
| 0.1651 | 2.13 | 114 | 0.3926 | 0.8429 |
|
55 |
+
| 0.0843 | 3.13 | 152 | 0.3751 | 0.8714 |
|
56 |
+
| 0.1116 | 4.13 | 190 | 0.3232 | 0.9286 |
|
57 |
+
| 0.0123 | 5.13 | 228 | 0.1498 | 0.9429 |
|
58 |
+
| 0.0188 | 6.13 | 266 | 0.4283 | 0.9 |
|
59 |
+
| 0.0146 | 7.11 | 300 | 0.4197 | 0.9 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.28.1
|