nielsr HF Staff commited on
Commit
21ce1c2
·
verified ·
1 Parent(s): 2a09543

Add task categories and link to paper

Browse files

Hi, I'm Niels from the Hugging Face team. This PR adds the `video-text-to-text` task category to the dataset metadata to help researchers and developers find this benchmark more easily. It also ensures the dataset card is properly linked to the original research paper.

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  dataset_info:
3
  features:
4
  - name: video_source
@@ -35,6 +37,7 @@ configs:
35
  - split: train
36
  path: data/train-*
37
  ---
 
38
  <div align="center">
39
 
40
  <h2>
@@ -84,4 +87,4 @@ If you find this project useful in your research, please consider cite:
84
  primaryClass={cs.CV},
85
  url={https://arxiv.org/abs/2603.03985},
86
  }
87
- ```
 
1
  ---
2
+ task_categories:
3
+ - video-text-to-text
4
  dataset_info:
5
  features:
6
  - name: video_source
 
37
  - split: train
38
  path: data/train-*
39
  ---
40
+
41
  <div align="center">
42
 
43
  <h2>
 
87
  primaryClass={cs.CV},
88
  url={https://arxiv.org/abs/2603.03985},
89
  }
90
+ ```