lhoestq HF staff commited on
Commit
c90c871
1 Parent(s): 99f39db

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +36 -5
README.md CHANGED
@@ -28,10 +28,41 @@ train-eval-index:
28
  file: path
29
  text: text
30
  metrics:
31
- - type: wer
32
- name: WER
33
- - type: cer
34
- name: CER
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Dataset Card for VCTK
@@ -193,4 +224,4 @@ Public Domain, Creative Commons Attribution 4.0 International Public License ([C
193
 
194
  ### Contributions
195
 
196
- Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.
28
  file: path
29
  text: text
30
  metrics:
31
+ - type: wer
32
+ name: WER
33
+ - type: cer
34
+ name: CER
35
+ dataset_info:
36
+ features:
37
+ - name: speaker_id
38
+ dtype: string
39
+ - name: audio
40
+ dtype:
41
+ audio:
42
+ sampling_rate: 48000
43
+ - name: file
44
+ dtype: string
45
+ - name: text
46
+ dtype: string
47
+ - name: text_id
48
+ dtype: string
49
+ - name: age
50
+ dtype: string
51
+ - name: gender
52
+ dtype: string
53
+ - name: accent
54
+ dtype: string
55
+ - name: region
56
+ dtype: string
57
+ - name: comment
58
+ dtype: string
59
+ config_name: main
60
+ splits:
61
+ - name: train
62
+ num_bytes: 40103111
63
+ num_examples: 88156
64
+ download_size: 11747302977
65
+ dataset_size: 40103111
66
  ---
67
 
68
  # Dataset Card for VCTK
224
 
225
  ### Contributions
226
 
227
+ Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.