librispeech_asr / README.md
voidful's picture
Upload dataset
138fa47 verified
metadata
dataset_info:
  - config_name: clean
    features:
      - name: file
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: text
        dtype: string
      - name: speaker_id
        dtype: int64
      - name: chapter_id
        dtype: int64
      - name: id
        dtype: string
    splits:
      - name: test
        num_bytes: 623381978.5
        num_examples: 2620
    download_size: 613132623
    dataset_size: 623381978.5
  - config_name: other
    features:
      - name: file
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: text
        dtype: string
      - name: speaker_id
        dtype: int64
      - name: chapter_id
        dtype: int64
      - name: id
        dtype: string
    splits:
      - name: test
        num_bytes: 616318033.625
        num_examples: 2939
    download_size: 598869757
    dataset_size: 616318033.625
configs:
  - config_name: clean
    data_files:
      - split: test
        path: clean/test-*
  - config_name: other
    data_files:
      - split: test
        path: other/test-*