notnotsamuel's picture
Upload dataset
f9bf1f6 verified
metadata
pretty_name: LibriSpeech
annotations_creators:
  - expert-generated
language_creators:
  - crowdsourced
  - expert-generated
language:
  - en
license:
  - cc-by-4.0
multilinguality:
  - monolingual
paperswithcode_id: librispeech-1
size_categories:
  - 100K<n<1M
source_datasets:
  - original
task_categories:
  - automatic-speech-recognition
  - audio-classification
task_ids:
  - speaker-identification
dataset_info:
  - config_name: all
    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: train.clean.100
        num_bytes: 6627791685
        num_examples: 28539
      - name: train.clean.360
        num_bytes: 23927767570
        num_examples: 104014
      - name: train.other.500
        num_bytes: 31852502880
        num_examples: 148688
      - name: validation.clean
        num_bytes: 359505691
        num_examples: 2703
      - name: validation.other
        num_bytes: 337213112
        num_examples: 2864
      - name: test.clean
        num_bytes: 368449831
        num_examples: 2620
      - name: test.other
        num_bytes: 353231518
        num_examples: 2939
    download_size: 61357943031
    dataset_size: 63826462287
  - 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: train.100
        num_bytes: 6619683041
        num_examples: 28539
      - name: train.360
        num_bytes: 23898214592
        num_examples: 104014
      - name: validation
        num_bytes: 359572231
        num_examples: 2703
      - name: test
        num_bytes: 367705423
        num_examples: 2620
    download_size: 30121377654
    dataset_size: 31245175287
  - config_name: default
    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
      - name: duration_seconds
        dtype: float64
    splits:
      - name: test.clean
        num_bytes: 367992986
        num_examples: 2620
      - name: test.other
        num_bytes: 352718601
        num_examples: 2939
      - name: train.clean.100
        num_bytes: 6622798915
        num_examples: 28539
      - name: train.clean.360
        num_bytes: 23909616995
        num_examples: 104014
      - name: train.other.500
        num_bytes: 31826533011
        num_examples: 148688
      - name: validation.clean
        num_bytes: 359868048
        num_examples: 2703
      - name: validation.other
        num_bytes: 337597121
        num_examples: 2864
    download_size: 61745986511
    dataset_size: 63777125677
  - 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: train.500
        num_bytes: 31810256902
        num_examples: 148688
      - name: validation
        num_bytes: 337283304
        num_examples: 2864
      - name: test
        num_bytes: 352396474
        num_examples: 2939
    download_size: 31236565377
    dataset_size: 32499936680
configs:
  - config_name: all
    default: true
    data_files:
      - split: test.clean
        path: all/test.clean/*.parquet
      - split: test.other
        path: all/test.other/*.parquet
      - split: train.clean.100
        path: all/train.clean.100/*.parquet
      - split: train.clean.360
        path: all/train.clean.360/*.parquet
      - split: train.other.500
        path: all/train.other.500/*.parquet
      - split: validation.clean
        path: all/validation.clean/*.parquet
      - split: validation.other
        path: all/validation.other/*.parquet
  - config_name: clean
    data_files:
      - split: test
        path: clean/test/*.parquet
      - split: train.100
        path: clean/train.100/*.parquet
      - split: train.360
        path: clean/train.360/*.parquet
      - split: validation
        path: clean/validation/*.parquet
  - config_name: default
    data_files:
      - split: test.clean
        path: data/test.clean-*
      - split: test.other
        path: data/test.other-*
      - split: train.clean.100
        path: data/train.clean.100-*
      - split: train.clean.360
        path: data/train.clean.360-*
      - split: train.other.500
        path: data/train.other.500-*
      - split: validation.clean
        path: data/validation.clean-*
      - split: validation.other
        path: data/validation.other-*
  - config_name: other
    data_files:
      - split: test
        path: other/test/*.parquet
      - split: train.500
        path: other/train.500/*.parquet
      - split: validation
        path: other/validation/*.parquet

Dataset Card for librispeech_asr_enriched