j0eBee commited on
Commit
7c360be
1 Parent(s): df178cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: user_id
5
+ dtype: string
6
+ - name: audio
7
+ dtype: string
8
+ - name: sentence
9
+ dtype: string
10
+ - name: durationMsec
11
+ dtype: string
12
+ - name: sampling_rate
13
+ dtype: string
14
+ - name: speaker_gender
15
+ dtype: string
16
+ - name: mother_tongue
17
+ dtype: string
18
+ - name: date
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 2631287
23
+ num_examples: 10645
24
+ - name: test
25
+ num_bytes: 138395
26
+ num_examples: 561
27
+ download_size: 424265
28
+ dataset_size: 2769682
29
+ ---
30
+ # Dataset Card for "dagbani_audio"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)