nacielo commited on
Commit
6e09e0f
1 Parent(s): b1f66cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: download_status
23
+ dtype: bool
24
+ - name: audio
25
+ dtype:
26
+ audio:
27
+ sampling_rate: 16000
28
+ splits:
29
+ - name: train
30
+ num_bytes: 3475708168.0
31
+ num_examples: 1000
32
+ download_size: 3416657555
33
+ dataset_size: 3475708168.0
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: train
38
+ path: data/train-*
39
+ ---
40
+ # Dataset Card for "musiccap_4"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)