Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
base_model: MCG-NJU/videomae-base
|
4 |
-
tags:
|
5 |
-
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: videomae-base-finetuned-ucf101-subset
|
10 |
results: []
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
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:
|
@@ -64,4 +65,4 @@ The following hyperparameters were used during training:
|
|
64 |
- Transformers 4.34.0
|
65 |
- Pytorch 2.0.1+cu118
|
66 |
- Datasets 2.14.5
|
67 |
-
- Tokenizers 0.14.1
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
base_model: MCG-NJU/videomae-base
|
|
|
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
model-index:
|
7 |
- name: videomae-base-finetuned-ucf101-subset
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- marekk/soccer_goal
|
11 |
+
pipeline_tag: video-classification
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# Video soccer goal detection
|
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:
|
|
|
65 |
- Transformers 4.34.0
|
66 |
- Pytorch 2.0.1+cu118
|
67 |
- Datasets 2.14.5
|
68 |
+
- Tokenizers 0.14.1
|