Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Teroye
/
speechT5_persian

Text-to-Audio
Transformers
Safetensors
speecht5
Model card Files Files and versions
xet
Community

Instructions to use Teroye/speechT5_persian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Teroye/speechT5_persian with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Teroye/speechT5_persian")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Teroye/speechT5_persian")
    model = AutoModelForTextToSpectrogram.from_pretrained("Teroye/speechT5_persian")
  • Notebooks
  • Google Colab
  • Kaggle
speechT5_persian
578 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Teroye's picture
Teroye
Upload model.safetensors
5ffe094 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload SpeechT5ForTextToSpeech almost 2 years ago
  • added_tokens.json
    40 Bytes
    Upload 7 files almost 2 years ago
  • config.json
    2.11 kB
    Upload 7 files almost 2 years ago
  • generation_config.json
    190 Bytes
    Upload 7 files almost 2 years ago
  • model.safetensors
    578 MB
    xet
    Upload model.safetensors almost 2 years ago
  • preprocessor_config.json
    458 Bytes
    Upload 7 files almost 2 years ago
  • special_tokens_map.json
    234 Bytes
    Upload 7 files almost 2 years ago
  • spm_char.model
    238 kB
    xet
    Upload 7 files almost 2 years ago
  • tokenizer_config.json
    1.36 kB
    Upload 7 files almost 2 years ago