Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: path
|
5 |
+
dtype: string
|
6 |
+
- name: audio
|
7 |
+
dtype:
|
8 |
+
audio:
|
9 |
+
sampling_rate: 16000
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
splits:
|
13 |
+
- name: test
|
14 |
+
num_bytes: 52843034.0
|
15 |
+
num_examples: 457
|
16 |
+
- name: train
|
17 |
+
num_bytes: 153498349.056
|
18 |
+
num_examples: 1368
|
19 |
+
- name: validation
|
20 |
+
num_bytes: 54017328.0
|
21 |
+
num_examples: 456
|
22 |
+
download_size: 194658648
|
23 |
+
dataset_size: 260358711.056
|
24 |
+
---
|
25 |
+
# Dataset Card for "Dvoice"
|
26 |
+
|
27 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|