NathanRoll commited on
Commit
6906fbb
·
1 Parent(s): ee1b517

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: client_id
10
+ dtype: string
11
+ - name: path
12
+ dtype: string
13
+ - name: audio
14
+ dtype:
15
+ audio:
16
+ sampling_rate: 48000
17
+ - name: sentence
18
+ dtype: string
19
+ - name: up_votes
20
+ dtype: int64
21
+ - name: down_votes
22
+ dtype: int64
23
+ - name: age
24
+ dtype: string
25
+ - name: gender
26
+ dtype: string
27
+ - name: accent
28
+ dtype: string
29
+ - name: locale
30
+ dtype: string
31
+ - name: segment
32
+ dtype: string
33
+ - name: variant
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 22821449138.692142
38
+ num_examples: 562872
39
+ download_size: 22694772617
40
+ dataset_size: 22821449138.692142
41
+ ---
42
+ # Dataset Card for "commonvoice_train_gender_accent_16k"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)