Add descriptions to the datasets.
Browse files📺 **YouTube-CC-BY-Music** 📺
YouTube-CC-BY-Music is a comprehensive collection of metadata for 336,000 music tracks shared on YouTube under a CC-BY license.
### **Content**
The dataset includes descriptions, tags, and other metadata associated with 336,000 music videos uploaded to YouTube under the CC-BY license. These videos come from a diverse range of artists and genres, providing a rich resource for various music-related tasks in artificial intelligence and machine learning.
**Key Features:**
- **336,000 music tracks** with accompanying metadata
- **Detailed metadata** including descriptions, tags, channel names, video titles, and upload dates
This dataset is ideal for training and evaluating models for:
- **Music generation**
- **Music tagging and classification**
- **Audio-to-text generation (e.g., automatic description of music)**
### **License and Ethics**
All metadata in this dataset is sourced from YouTube videos shared under the **CC-BY license**. As per the license requirements, all contributions are fully credited, ensuring proper attribution to the content creators.
### **Acknowledgements**
The dataset description was inspired by the [YouTube-Commons](https://huggingface.co/datasets/PleIAs/YouTube-Commons) project.
@@ -1,30 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: url
|
6 |
-
dtype: string
|
7 |
-
- name: title
|
8 |
-
dtype: string
|
9 |
-
- name: author
|
10 |
-
dtype: string
|
11 |
-
- name: description
|
12 |
-
dtype: string
|
13 |
-
- name: genre
|
14 |
-
dtype: float64
|
15 |
-
- name: album
|
16 |
-
dtype: float64
|
17 |
-
- name: tags
|
18 |
-
dtype: string
|
19 |
-
splits:
|
20 |
-
- name: train
|
21 |
-
num_bytes: 569762157
|
22 |
-
num_examples: 336224
|
23 |
-
download_size: 240667679
|
24 |
-
dataset_size: 569762157
|
25 |
-
configs:
|
26 |
-
- config_name: default
|
27 |
-
data_files:
|
28 |
-
- split: train
|
29 |
-
path: data/train-*
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: url
|
6 |
+
dtype: string
|
7 |
+
- name: title
|
8 |
+
dtype: string
|
9 |
+
- name: author
|
10 |
+
dtype: string
|
11 |
+
- name: description
|
12 |
+
dtype: string
|
13 |
+
- name: genre
|
14 |
+
dtype: float64
|
15 |
+
- name: album
|
16 |
+
dtype: float64
|
17 |
+
- name: tags
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 569762157
|
22 |
+
num_examples: 336224
|
23 |
+
download_size: 240667679
|
24 |
+
dataset_size: 569762157
|
25 |
+
configs:
|
26 |
+
- config_name: default
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: data/train-*
|
30 |
+
task_categories:
|
31 |
+
- audio-to-audio
|
32 |
+
- audio-classification
|
33 |
+
- text-to-audio
|
34 |
+
tags:
|
35 |
+
- music
|
36 |
+
- audio
|
37 |
+
- art
|
38 |
+
size_categories:
|
39 |
+
- 100K<n<1M
|
40 |
+
---
|