ltts_wavtokenizer / README.md
theodorr's picture
Upload dataset
a3cf677 verified
metadata
dataset_info:
  features:
    - name: text_normalized
      dtype: string
    - name: text_original
      dtype: string
    - name: speaker_id
      dtype: string
    - name: path
      dtype: string
    - name: chapter_id
      dtype: string
    - name: id
      dtype: string
    - name: audio_token
      sequence:
        sequence:
          sequence: int64
  splits:
    - name: dev.clean
      num_bytes: 21898213
      num_examples: 5736
    - name: dev.other
      num_bytes: 15830965
      num_examples: 4613
    - name: test.clean
      num_bytes: 20728992
      num_examples: 4837
    - name: test.other
      num_bytes: 16559011
      num_examples: 5120
    - name: train.clean.100
      num_bytes: 130989149
      num_examples: 33236
    - name: train.clean.360
      num_bytes: 465806894
      num_examples: 116500
    - name: train.other.500
      num_bytes: 758939092
      num_examples: 205044
  download_size: 301972577
  dataset_size: 1430752316
configs:
  - config_name: default
    data_files:
      - split: dev.clean
        path: data/dev.clean-*
      - split: dev.other
        path: data/dev.other-*
      - 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-*