Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -6,4 +6,37 @@ language:
|
|
| 6 |
tags:
|
| 7 |
- technical
|
| 8 |
- english
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
- technical
|
| 8 |
- english
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: data/train-*
|
| 14 |
+
- split: validation
|
| 15 |
+
path: data/validation-*
|
| 16 |
+
- split: test
|
| 17 |
+
path: data/test-*
|
| 18 |
+
dataset_info:
|
| 19 |
+
features:
|
| 20 |
+
- name: id
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: audio
|
| 23 |
+
struct:
|
| 24 |
+
- name: array
|
| 25 |
+
list: float64
|
| 26 |
+
- name: sampling_rate
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: text
|
| 29 |
+
dtype: string
|
| 30 |
+
splits:
|
| 31 |
+
- name: train
|
| 32 |
+
num_bytes: 23254550476
|
| 33 |
+
num_examples: 27262
|
| 34 |
+
- name: validation
|
| 35 |
+
num_bytes: 2392033176
|
| 36 |
+
num_examples: 3062
|
| 37 |
+
- name: test
|
| 38 |
+
num_bytes: 2318289166
|
| 39 |
+
num_examples: 3031
|
| 40 |
+
download_size: 6316642806
|
| 41 |
+
dataset_size: 27964872818
|
| 42 |
+
---
|