Omarrran's picture
Update README.md
46857b0 verified
metadata
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: file_name
      dtype: string
    - name: text
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: duration
      dtype: float64
    - name: sample_rate
      dtype: int64
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 3397077367.552
      num_examples: 8908
    - name: test
      num_bytes: 848087456.135
      num_examples: 2227
  download_size: 4072395797
  dataset_size: 4245164823.6870003

Persian tts dataset (female) Dataset is designed for the Persian text-to-speech task. It consists of audio files generated using Microsoft Edge's online text-to-speech service and their text extracted from naab textual corpus .To my best knowledge, this is the first publicly available ~30h of clear female voice speech dataset for Persian. This Dataset has been cleaned and restructured by me and made availble on hugging face