mls_eng / README.md
ylacombe's picture
Upload dataset (part 00028-of-00029)
912e8f4 verified
|
raw
history blame
782 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: dev
        path: data/dev-*
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: audio
      dtype: audio
    - name: original_path
      dtype: string
    - name: begin_time
      dtype: float64
    - name: end_time
      dtype: float64
    - name: transcript
      dtype: string
    - name: audio_duration
      dtype: float64
    - name: speaker_id
      dtype: string
    - name: book_id
      dtype: string
  splits:
    - name: dev
      num_bytes: 249688889.909
      num_examples: 3807
    - name: test
      num_bytes: 245938961
      num_examples: 3769
    - name: train
      num_bytes: 707578913096
      num_examples: 10808037
  download_size: 705179367357
  dataset_size: 708074540946.909