sidama-speech / README.md
badrex's picture
Upload dataset
c52c21e verified
metadata
dataset_info:
  features:
    - name: audio_id
      dtype: string
    - name: speaker_id
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: audio_duration
      dtype: float64
    - name: transcription
      dtype: string
    - name: gender
      dtype: string
    - name: age_group
      dtype: string
    - name: locale
      dtype: string
  splits:
    - name: validation
      num_bytes: 918626066.6
      num_examples: 1605
    - name: test
      num_bytes: 1132648395.88
      num_examples: 2014
    - name: train
      num_bytes: 3835869712.196
      num_examples: 6726
  download_size: 5306637429
  dataset_size: 5887144174.676001
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*