Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: audio
|
12 |
+
struct:
|
13 |
+
- name: array
|
14 |
+
sequence: float64
|
15 |
+
- name: path
|
16 |
+
dtype: string
|
17 |
+
- name: sampling_rate
|
18 |
+
dtype: int64
|
19 |
+
- name: sentence_norm
|
20 |
+
dtype: string
|
21 |
+
- name: id
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 4941296103
|
26 |
+
num_examples: 9807
|
27 |
+
- name: test
|
28 |
+
num_bytes: 389967953
|
29 |
+
num_examples: 748
|
30 |
+
download_size: 1260225691
|
31 |
+
dataset_size: 5331264056
|
32 |
+
---
|
33 |
+
# Dataset Card for "soict_train_synthesis_dataset_v2"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|