Datasets:
OpenSourceElysium
commited on
Commit
•
b425975
1
Parent(s):
9cd6586
Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: song_id
|
6 |
-
dtype: string
|
7 |
-
- name: title
|
8 |
-
dtype: string
|
9 |
-
- name: artist_names
|
10 |
-
sequence: string
|
11 |
-
- name: artist_ids
|
12 |
-
sequence: string
|
13 |
-
- name: album_name
|
14 |
-
dtype: string
|
15 |
-
- name: album_id
|
16 |
-
dtype: string
|
17 |
-
- name: isExplicit
|
18 |
-
dtype: bool
|
19 |
-
- name: views
|
20 |
-
dtype: string
|
21 |
-
- name: duration
|
22 |
-
dtype: int64
|
23 |
-
splits:
|
24 |
-
- name: train
|
25 |
-
num_bytes: 2069255857
|
26 |
-
num_examples: 12320916
|
27 |
-
download_size: 750206954
|
28 |
-
dataset_size: 2069255857
|
29 |
-
configs:
|
30 |
-
- config_name: default
|
31 |
-
data_files:
|
32 |
-
- split: train
|
33 |
-
path: data/train-*
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: song_id
|
6 |
+
dtype: string
|
7 |
+
- name: title
|
8 |
+
dtype: string
|
9 |
+
- name: artist_names
|
10 |
+
sequence: string
|
11 |
+
- name: artist_ids
|
12 |
+
sequence: string
|
13 |
+
- name: album_name
|
14 |
+
dtype: string
|
15 |
+
- name: album_id
|
16 |
+
dtype: string
|
17 |
+
- name: isExplicit
|
18 |
+
dtype: bool
|
19 |
+
- name: views
|
20 |
+
dtype: string
|
21 |
+
- name: duration
|
22 |
+
dtype: int64
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 2069255857
|
26 |
+
num_examples: 12320916
|
27 |
+
download_size: 750206954
|
28 |
+
dataset_size: 2069255857
|
29 |
+
configs:
|
30 |
+
- config_name: default
|
31 |
+
data_files:
|
32 |
+
- split: train
|
33 |
+
path: data/train-*
|
34 |
+
tags:
|
35 |
+
- music
|
36 |
+
pretty_name: LAION DISCO
|
37 |
+
size_categories:
|
38 |
+
- 10M<n<100M
|
39 |
+
---
|
40 |
+
|
41 |
+
|
42 |
+
This dataset contains 12M links to music on YouTube. Inspired by [DISCO-10M](https://arxiv.org/abs/2306.13512), cite their work if you use this dataset.
|