Datasets:
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
README.md
CHANGED
@@ -1,5 +1,42 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This is an example of a repository with a standard data loader. The audio files are compressed in tar format. Since this repository contains very few audio files, it can be used to test certain scripts in local machines.
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
config_name: toy_corpus_asr_ca
|
5 |
+
features:
|
6 |
+
- name: audio_id
|
7 |
+
dtype: string
|
8 |
+
- name: audio
|
9 |
+
dtype:
|
10 |
+
audio:
|
11 |
+
sampling_rate: 16000
|
12 |
+
- name: language
|
13 |
+
dtype: string
|
14 |
+
- name: normalized_text
|
15 |
+
dtype: string
|
16 |
+
- name: absolute_path
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 871036.0
|
21 |
+
num_examples: 20
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 370873.0
|
24 |
+
num_examples: 10
|
25 |
+
- name: test
|
26 |
+
num_bytes: 416706.0
|
27 |
+
num_examples: 10
|
28 |
+
download_size: 1639360
|
29 |
+
dataset_size: 1658615.0
|
30 |
+
configs:
|
31 |
+
- config_name: toy_corpus_asr_ca
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: toy_corpus_asr_ca/train-*
|
35 |
+
- split: validation
|
36 |
+
path: toy_corpus_asr_ca/validation-*
|
37 |
+
- split: test
|
38 |
+
path: toy_corpus_asr_ca/test-*
|
39 |
+
default: true
|
40 |
---
|
41 |
|
42 |
This is an example of a repository with a standard data loader. The audio files are compressed in tar format. Since this repository contains very few audio files, it can be used to test certain scripts in local machines.
|
toy_corpus_asr_ca/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6165b90eff89130a3a85444486fd265d24ff50a21e082aef919a0d5a6ebaa1d8
|
3 |
+
size 393461
|
toy_corpus_asr_ca/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e61010761176ee11fcc7a18925f39faac8206cb45fa84775c0fbce2c939ba4d7
|
3 |
+
size 872965
|
toy_corpus_asr_ca/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49ab79a1f5060370325966fe740999543073c09fb7881ed561b6b5e9bd836548
|
3 |
+
size 372934
|