Datasets:
File size: 1,209 Bytes
2f8c6ba dec5c4b 6adaf13 dec5c4b 6adaf13 dec5c4b 6adaf13 dec5c4b 6adaf13 dec5c4b 6adaf13 2f8c6ba 079c267 6adaf13 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
license: cc-by-4.0
dataset_info:
config_name: toy_corpus_asr_es
features:
- name: audio_id
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: split
dtype: string
- name: gender
dtype: string
- name: normalized_text
dtype: string
- name: relative_path
dtype: string
splits:
- name: train
num_bytes: 1557851
num_examples: 20
- name: validation
num_bytes: 974796
num_examples: 10
- name: test
num_bytes: 809201
num_examples: 10
download_size: 3348995
dataset_size: 3341848
configs:
- config_name: toy_corpus_asr_es
data_files:
- split: train
path: toy_corpus_asr_es/train-*
- split: validation
path: toy_corpus_asr_es/validation-*
- split: test
path: toy_corpus_asr_es/test-*
default: true
task_categories:
- automatic-speech-recognition
language:
- es
tags:
- spanish
- speech
- asr
pretty_name: Toy Corpus for ASR in Spanish
size_categories:
- n<1K
---
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. |