aviroes commited on
Commit
717f5a9
1 Parent(s): 48897c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: invalidated
6
+ path: data/invalidated-*
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
+ splits:
34
+ - name: invalidated
35
+ num_bytes: 16461676.397214442
36
+ num_examples: 336
37
+ download_size: 14596530
38
+ dataset_size: 16461676.397214442
39
+ ---
40
+ # Dataset Card for "above_70yo_elderly_people_inv_dataset"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)