Datasets:
carlosdanielhernandezmena
commited on
Commit
•
6adaf13
1
Parent(s):
d71cab9
Adding more info to the README file
Browse files
README.md
CHANGED
@@ -19,16 +19,16 @@ dataset_info:
|
|
19 |
dtype: string
|
20 |
splits:
|
21 |
- name: train
|
22 |
-
num_bytes: 1557851
|
23 |
num_examples: 20
|
24 |
- name: validation
|
25 |
-
num_bytes: 974796
|
26 |
num_examples: 10
|
27 |
- name: test
|
28 |
-
num_bytes: 809201
|
29 |
num_examples: 10
|
30 |
download_size: 3348995
|
31 |
-
dataset_size: 3341848
|
32 |
configs:
|
33 |
- config_name: toy_corpus_asr_es
|
34 |
data_files:
|
@@ -39,7 +39,17 @@ configs:
|
|
39 |
- split: test
|
40 |
path: toy_corpus_asr_es/test-*
|
41 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
---
|
43 |
|
44 |
-
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.
|
45 |
-
|
|
|
19 |
dtype: string
|
20 |
splits:
|
21 |
- name: train
|
22 |
+
num_bytes: 1557851
|
23 |
num_examples: 20
|
24 |
- name: validation
|
25 |
+
num_bytes: 974796
|
26 |
num_examples: 10
|
27 |
- name: test
|
28 |
+
num_bytes: 809201
|
29 |
num_examples: 10
|
30 |
download_size: 3348995
|
31 |
+
dataset_size: 3341848
|
32 |
configs:
|
33 |
- config_name: toy_corpus_asr_es
|
34 |
data_files:
|
|
|
39 |
- split: test
|
40 |
path: toy_corpus_asr_es/test-*
|
41 |
default: true
|
42 |
+
task_categories:
|
43 |
+
- automatic-speech-recognition
|
44 |
+
language:
|
45 |
+
- es
|
46 |
+
tags:
|
47 |
+
- spanish
|
48 |
+
- speech
|
49 |
+
- asr
|
50 |
+
pretty_name: Toy Corpus for ASR in Spanish
|
51 |
+
size_categories:
|
52 |
+
- n<1K
|
53 |
---
|
54 |
|
55 |
+
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.
|
|