davidggphy's picture
Upload README.md with huggingface_hub
493359d
|
raw
history blame
1.27 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: audio_id
      dtype: string
    - name: language
      dtype:
        class_label:
          names:
            '0': en
            '1': de
            '2': fr
            '3': es
            '4': pl
            '5': it
            '6': ro
            '7': hu
            '8': cs
            '9': nl
            '10': fi
            '11': hr
            '12': sk
            '13': sl
            '14': et
            '15': lt
            '16': en_accented
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: raw_text
      dtype: string
    - name: normalized_text
      dtype: string
    - name: gender
      dtype: string
    - name: speaker_id
      dtype: string
    - name: is_gold_transcript
      dtype: bool
    - name: accent
      dtype: string
  splits:
    - name: train
      num_bytes: 569003224.6800001
      num_examples: 1107
    - name: test
      num_bytes: 64791237.5
      num_examples: 123
  download_size: 508701516
  dataset_size: 633794462.1800001

Dataset Card for "voxpopuli_nl_validation"

More Information needed