HowMannyMore commited on
Commit
ff3af45
1 Parent(s): 0b8be71

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: audio
14
+ dtype: audio
15
+ - name: client_id
16
+ dtype: string
17
+ - name: transcription
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: accents
28
+ dtype: string
29
+ - name: variant
30
+ dtype: float64
31
+ - name: locale
32
+ dtype: string
33
+ - name: segment
34
+ dtype: float64
35
+ splits:
36
+ - name: train
37
+ num_bytes: 133629462.356
38
+ num_examples: 5324
39
+ - name: validation
40
+ num_bytes: 1039373547.526
41
+ num_examples: 42418
42
+ - name: test
43
+ num_bytes: 107435663.014
44
+ num_examples: 4031
45
+ download_size: 1266451644
46
+ dataset_size: 1280438672.896
47
+ ---
48
+ # Dataset Card for "audiodataset-15"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)