hifi-tts / README.md
MikhailT's picture
Upload README.md with huggingface_hub
3b47ad2
|
raw
history blame
No virus
1.34 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train.clean
        path: data/train.clean-*
      - split: train.other
        path: data/train.other-*
      - 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-*
dataset_info:
  features:
    - name: speaker
      dtype: string
    - name: file
      dtype: string
    - name: duration
      dtype: float32
    - name: text
      dtype: string
    - name: text_no_preprocessing
      dtype: string
    - name: text_normalized
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 44100
  splits:
    - name: train.clean
      num_bytes: 17023899243
      num_examples: 125989
    - name: train.other
      num_bytes: 26755286687
      num_examples: 196489
    - name: dev.clean
      num_bytes: 24204633
      num_examples: 150
    - name: dev.other
      num_bytes: 65601521
      num_examples: 350
    - name: test.clean
      num_bytes: 52040552
      num_examples: 300
    - name: test.other
      num_bytes: 129348882
      num_examples: 700
  download_size: 7040649041
  dataset_size: 44050381518

Dataset Card for "hifi-tts"

More Information needed