TingChen-ppmc commited on
Commit
9dd1875
·
verified ·
1 Parent(s): 7feeeb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -29
README.md CHANGED
@@ -1,29 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: audio
6
- dtype: audio
7
- - name: gender
8
- dtype: string
9
- - name: speaker_id
10
- dtype: string
11
- - name: transcription
12
- dtype: string
13
- splits:
14
- - name: train
15
- num_bytes: 222401245.94
16
- num_examples: 2654
17
- - name: test
18
- num_bytes: 90421105.904
19
- num_examples: 1138
20
- download_size: 313908599
21
- dataset_size: 312822351.844
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
- - split: test
28
- path: data/test-*
29
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: gender
8
+ dtype: string
9
+ - name: speaker_id
10
+ dtype: string
11
+ - name: transcription
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 222401245.94
16
+ num_examples: 2654
17
+ - name: test
18
+ num_bytes: 90421105.904
19
+ num_examples: 1138
20
+ download_size: 313908599
21
+ dataset_size: 312822351.844
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: data/train-*
27
+ - split: test
28
+ path: data/test-*
29
+ ---
30
+
31
+ # Notes
32
+ - Same format as [original dataset here](https://huggingface.co/datasets/TingChen-ppmc/Shanghai_Dialect_Conversational_Speech_Corpus)
33
+ - Added train split (70%) and test split (30%)
34
+ - synthesized using Openai tts (self-funded)
35
+
36
+ For non-comercial use only