toy_corpus_asr_es / README.md
carlosdanielhernandezmena's picture
Update README.md
079c267 verified
metadata
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

This is an example of a repository with a standard data loader and the audio files are compressed in tar files. Since this repository contains very few audio files, it can be used to test certain scripts in local machines.