aviroes commited on
Commit
2d3997e
·
1 Parent(s): 7b59c3c

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: other
6
+ path: data/other-*
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: other
35
+ num_bytes: 116941.34140285537
36
+ num_examples: 2
37
+ download_size: 124504
38
+ dataset_size: 116941.34140285537
39
+ ---
40
+ # Dataset Card for "above_70yo_elderly_people_other_dataset"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)