Datasets:
carlosdanielhernandezmena
commited on
Commit
•
7d73f9a
1
Parent(s):
4251928
Adding more info to the readme file.
Browse files
README.md
CHANGED
@@ -17,16 +17,16 @@ dataset_info:
|
|
17 |
dtype: string
|
18 |
splits:
|
19 |
- name: train
|
20 |
-
num_bytes: 871036
|
21 |
num_examples: 20
|
22 |
- name: validation
|
23 |
-
num_bytes: 370873
|
24 |
num_examples: 10
|
25 |
- name: test
|
26 |
-
num_bytes: 416706
|
27 |
num_examples: 10
|
28 |
download_size: 1639360
|
29 |
-
dataset_size: 1658615
|
30 |
configs:
|
31 |
- config_name: toy_corpus_asr_ca
|
32 |
data_files:
|
@@ -37,6 +37,17 @@ configs:
|
|
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.
|
|
|
17 |
dtype: string
|
18 |
splits:
|
19 |
- name: train
|
20 |
+
num_bytes: 871036
|
21 |
num_examples: 20
|
22 |
- name: validation
|
23 |
+
num_bytes: 370873
|
24 |
num_examples: 10
|
25 |
- name: test
|
26 |
+
num_bytes: 416706
|
27 |
num_examples: 10
|
28 |
download_size: 1639360
|
29 |
+
dataset_size: 1658615
|
30 |
configs:
|
31 |
- config_name: toy_corpus_asr_ca
|
32 |
data_files:
|
|
|
37 |
- split: test
|
38 |
path: toy_corpus_asr_ca/test-*
|
39 |
default: true
|
40 |
+
task_categories:
|
41 |
+
- automatic-speech-recognition
|
42 |
+
language:
|
43 |
+
- ca
|
44 |
+
tags:
|
45 |
+
- asr
|
46 |
+
- catalan
|
47 |
+
- speech
|
48 |
+
pretty_name: Toy Corpus for ASR in Catalan
|
49 |
+
size_categories:
|
50 |
+
- n<1K
|
51 |
---
|
52 |
|
53 |
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.
|