yaya-sy commited on
Commit
f260b66
1 Parent(s): 6bb23a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: pulaar
6
+ path: data/pulaar-*
7
+ - split: liptako
8
+ path: data/liptako-*
9
+ dataset_info:
10
+ features:
11
+ - name: audio
12
+ dtype: audio
13
+ - name: transcription
14
+ dtype: string
15
+ - name: dialect
16
+ dtype: string
17
+ splits:
18
+ - name: pulaar
19
+ num_bytes: 3398551955.96
20
+ num_examples: 12880
21
+ - name: liptako
22
+ num_bytes: 490660761.51
23
+ num_examples: 10397
24
+ download_size: 3084439394
25
+ dataset_size: 3889212717.4700003
26
+ ---
27
+ # Dataset Card for "OpenFulaSpeechCorpora"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)