add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -18,6 +18,27 @@ source_datasets:
|
|
18 |
task_categories:
|
19 |
- automatic-speech-recognition
|
20 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for VIVOS
|
@@ -187,4 +208,4 @@ Public Domain, Creative Commons Attribution NonCommercial ShareAlike v4.0 ([CC B
|
|
187 |
|
188 |
### Contributions
|
189 |
|
190 |
-
Thanks to [@binh234](https://github.com/binh234) for adding this dataset.
|
|
|
18 |
task_categories:
|
19 |
- automatic-speech-recognition
|
20 |
task_ids: []
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: speaker_id
|
24 |
+
dtype: string
|
25 |
+
- name: path
|
26 |
+
dtype: string
|
27 |
+
- name: audio
|
28 |
+
dtype:
|
29 |
+
audio:
|
30 |
+
sampling_rate: 16000
|
31 |
+
- name: sentence
|
32 |
+
dtype: string
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 86120227
|
36 |
+
num_examples: 760
|
37 |
+
- name: train
|
38 |
+
num_bytes: 1722002133
|
39 |
+
num_examples: 11660
|
40 |
+
download_size: 1475540500
|
41 |
+
dataset_size: 1808122360
|
42 |
---
|
43 |
|
44 |
# Dataset Card for VIVOS
|
|
|
208 |
|
209 |
### Contributions
|
210 |
|
211 |
+
Thanks to [@binh234](https://github.com/binh234) for adding this dataset.
|