Add task categories and link to paper
#2
by
nielsr HF Staff - opened
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 |
+
```
|