chiyuanhsiao commited on
Commit
e61ff17
·
1 Parent(s): 00aec9f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: file
10
+ dtype: string
11
+ - name: audio
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 16000
15
+ - name: instruction
16
+ dtype: string
17
+ - name: label
18
+ dtype: string
19
+ - name: utterance 1
20
+ dtype: string
21
+ - name: utterance 2
22
+ dtype: string
23
+ - name: utterance 3
24
+ dtype: string
25
+ - name: utterance 4
26
+ dtype: string
27
+ - name: utterance 5
28
+ dtype: string
29
+ splits:
30
+ - name: test
31
+ num_bytes: 407678216.0
32
+ num_examples: 2000
33
+ download_size: 380944308
34
+ dataset_size: 407678216.0
35
+ ---
36
+ # Dataset Card for "MultiSpeakerDetection_VCTK"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)