Add task category, link to paper
Browse filesThis PR adds the `video-to-audio` task category to the dataset card, linking the dataset to the appropriate category.
It also ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2406.04321.
README.md
CHANGED
|
@@ -1,42 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
```
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
}
|
| 42 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- video-to-audio
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# V2M Dataset: A Large-Scale Video-to-Music Dataset πΆ
|
| 8 |
+
|
| 9 |
+
**The V2M dataset is proposed in the [VidMuse project](https://vidmuse.github.io/), aimed at advancing research in video-to-music generation. See the paper [VidMuse: A Simple Video-to-Music Generation Framework with Long-Short-Term Modeling](https://huggingface.co/papers/2406.04321) for more details.**
|
| 10 |
+
|
| 11 |
+
## β¨ Dataset Overview
|
| 12 |
+
|
| 13 |
+
The V2M dataset comprises 360K pairs of videos and music, covering various types including movie trailers, advertisements, and documentaries. This dataset provides researchers with a rich resource to explore the relationship between video content and music generation.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
## π οΈ Usage Instructions
|
| 17 |
+
|
| 18 |
+
- Download the dataset:
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
git clone https://huggingface.co/datasets/Zeyue7/V2M
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
- Dataset structure:
|
| 25 |
+
|
| 26 |
+
```
|
| 27 |
+
V2M/
|
| 28 |
+
βββ V2M.txt
|
| 29 |
+
βββ V2M-20k.txt
|
| 30 |
+
βββ V2M-bench.txt
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
## π― Citation
|
| 34 |
+
|
| 35 |
+
If you use the V2M dataset in your research, please consider citing:
|
| 36 |
+
|
| 37 |
+
```
|
| 38 |
+
@article{tian2024vidmuse,
|
| 39 |
+
title={Vidmuse: A simple video-to-music generation framework with long-short-term modeling},
|
| 40 |
+
author={Tian, Zeyue and Liu, Zhaoyang and Yuan, Ruibin and Pan, Jiahao and Liu, Qifeng and Tan, Xu and Chen, Qifeng and Xue, Wei and Guo, Yike},
|
| 41 |
+
journal={arXiv preprint arXiv:2406.04321},
|
| 42 |
+
year={2024}
|
| 43 |
+
}
|
| 44 |
+
```
|