mekaneeky commited on
Commit
8f66612
1 Parent(s): e623ffd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: dev
8
+ path: data/dev-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: eng
14
+ dtype: string
15
+ - name: lug
16
+ dtype: string
17
+ - name: ach
18
+ dtype: string
19
+ - name: teo
20
+ dtype: string
21
+ - name: lgg
22
+ dtype: string
23
+ - name: nyn
24
+ dtype: string
25
+ - name: ID
26
+ dtype: string
27
+ - name: eng_tts
28
+ sequence:
29
+ sequence: float32
30
+ splits:
31
+ - name: train
32
+ num_bytes: 12857414976
33
+ num_examples: 23947
34
+ - name: dev
35
+ num_bytes: 267728460
36
+ num_examples: 500
37
+ - name: test
38
+ num_bytes: 266636552
39
+ num_examples: 500
40
+ download_size: 13400072749
41
+ dataset_size: 13391779988
42
+ ---
43
+ # Dataset Card for "Synthetic_English_MMS_EL"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)