ymoslem commited on
Commit
c5ef7b9
1 Parent(s): fa9fd21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -26,4 +26,25 @@ configs:
26
  data_files:
27
  - split: train
28
  path: data/train-*
 
 
 
 
 
 
 
 
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  data_files:
27
  - split: train
28
  path: data/train-*
29
+ task_categories:
30
+ - automatic-speech-recognition
31
+ - text-to-speech
32
+ - translation
33
+ language:
34
+ - ga
35
+ - en
36
+ size_categories:
37
+ - 1K<n<10K
38
  ---
39
+
40
+
41
+ ## Dataset Structure
42
+
43
+ ```
44
+ Dataset({
45
+ features: ['audio', 'text_en_raw', 'pronunciation', 'url', 'text_en', 'text_ga'],
46
+ num_rows: 6150
47
+ })
48
+
49
+ ```
50
+