Datasets:
carlosdanielhernandezmena
commited on
Commit
•
2e14e74
1
Parent(s):
e11886c
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
config_name: toy_corpus_asr_es
|
5 |
+
features:
|
6 |
+
- name: audio_id
|
7 |
+
dtype: string
|
8 |
+
- name: audio
|
9 |
+
dtype:
|
10 |
+
audio:
|
11 |
+
sampling_rate: 16000
|
12 |
+
- name: split
|
13 |
+
dtype: string
|
14 |
+
- name: gender
|
15 |
+
dtype: string
|
16 |
+
- name: normalized_text
|
17 |
+
dtype: string
|
18 |
+
- name: relative_path
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 1557851.0
|
23 |
+
num_examples: 20
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 974796.0
|
26 |
+
num_examples: 10
|
27 |
+
- name: test
|
28 |
+
num_bytes: 809201.0
|
29 |
+
num_examples: 10
|
30 |
+
download_size: 3348995
|
31 |
+
dataset_size: 3341848.0
|
32 |
+
configs:
|
33 |
+
- config_name: toy_corpus_asr_es
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: toy_corpus_asr_es/train-*
|
37 |
+
- split: validation
|
38 |
+
path: toy_corpus_asr_es/validation-*
|
39 |
+
- split: test
|
40 |
+
path: toy_corpus_asr_es/test-*
|
41 |
+
default: true
|
42 |
---
|
toy_corpus_asr_es/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a7392478f475db421a8fccea2732485eeee47afd444050f665c4551d1f04005
|
3 |
+
size 810505
|
toy_corpus_asr_es/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03030602286e64324044068d87c79a7d88c651a8da3da81c2d71d1cfb174186b
|
3 |
+
size 1560378
|
toy_corpus_asr_es/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70bf5ba8051771316a61cb04ca9306cc8b2acb53741d41820eade963aeb5aa86
|
3 |
+
size 978112
|