Commit
·
903adcc
1
Parent(s):
92a3a27
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: unbalanced_train
|
6 |
+
path: data/unbalanced_train-*
|
7 |
+
- split: balanced_train
|
8 |
+
path: data/balanced_train-*
|
9 |
+
- split: eval
|
10 |
+
path: data/eval-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: ytid
|
14 |
+
dtype: string
|
15 |
+
- name: all_tags
|
16 |
+
sequence: string
|
17 |
+
- name: music_tags
|
18 |
+
sequence: string
|
19 |
+
- name: mid
|
20 |
+
sequence: string
|
21 |
+
- name: music_mid
|
22 |
+
sequence: string
|
23 |
+
- name: is_crawl
|
24 |
+
dtype: bool
|
25 |
+
splits:
|
26 |
+
- name: unbalanced_train
|
27 |
+
num_bytes: 65352178
|
28 |
+
num_examples: 400018
|
29 |
+
- name: balanced_train
|
30 |
+
num_bytes: 872521
|
31 |
+
num_examples: 5708
|
32 |
+
- name: eval
|
33 |
+
num_bytes: 860705
|
34 |
+
num_examples: 4968
|
35 |
+
download_size: 12273253
|
36 |
+
dataset_size: 67085404
|
37 |
+
---
|
38 |
+
# Dataset Card for "audioset-music"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|