UnarineLeo's picture
Upload README.md with huggingface_hub
f8f62b0 verified
|
raw
history blame
887 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: filename
      dtype: string
    - name: speaker
      dtype: string
    - name: text
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: language
      dtype: string
  splits:
    - name: train
      num_bytes: 3849197432.848
      num_examples: 37718
    - name: validation
      num_bytes: 789920906.968
      num_examples: 8091
    - name: test
      num_bytes: 748951340.136
      num_examples: 8071
  download_size: 4564202708
  dataset_size: 5388069679.952

Dataset Card for "multilingual_lwazi_trained_dataset"

More Information needed