sanchit-gandhi HF staff commited on
Commit
73ef4ee
1 Parent(s): 588f667

Upload README.md with huggingface_hub

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