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