breadlicker45
commited on
Commit
·
6a95c1b
1
Parent(s):
8e73ae4
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: ytid
|
5 |
+
dtype: string
|
6 |
+
- name: start_s
|
7 |
+
dtype: int64
|
8 |
+
- name: end_s
|
9 |
+
dtype: int64
|
10 |
+
- name: audioset_positive_labels
|
11 |
+
dtype: string
|
12 |
+
- name: aspect_list
|
13 |
+
dtype: string
|
14 |
+
- name: caption
|
15 |
+
dtype: string
|
16 |
+
- name: author_id
|
17 |
+
dtype: int64
|
18 |
+
- name: is_balanced_subset
|
19 |
+
dtype: bool
|
20 |
+
- name: is_audioset_eval
|
21 |
+
dtype: bool
|
22 |
+
- name: audio
|
23 |
+
dtype:
|
24 |
+
audio:
|
25 |
+
sampling_rate: 44100
|
26 |
+
- name: download_status
|
27 |
+
dtype: bool
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 51997088.0
|
31 |
+
num_examples: 32
|
32 |
+
download_size: 51803741
|
33 |
+
dataset_size: 51997088.0
|
34 |
+
---
|
35 |
+
# Dataset Card for "MusicCap"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|