ymoslem commited on
Commit
66ecf1c
1 Parent(s): faffe72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -19,3 +19,17 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+
23
+ # Dataset Details
24
+
25
+ Synthetic audio dataset, created using Azure text-to-speech service. The bilingual text is a portion of the Wikimedia dataset
26
+ It comprises two sets of audio data, one with a female voice (OrlaNeural) and the other with a male voice (ColmNeural).
27
+
28
+
29
+ ## Dataset Structure
30
+
31
+ Dataset({
32
+ features: ['audio', 'text_ga', 'text_en'],
33
+ num_rows: 15090
34
+ })
35
+