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

  • Log In
  • Sign Up

profoz
/
speecht5_tts_sinan

Text-to-Audio
Transformers
Safetensors
English
speecht5
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use profoz/speecht5_tts_sinan with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="profoz/speecht5_tts_sinan")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("profoz/speecht5_tts_sinan")
    model = AutoModelForTextToSpectrogram.from_pretrained("profoz/speecht5_tts_sinan")
  • Notebooks
  • Google Colab
  • Kaggle
speecht5_tts_sinan
578 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
profoz's picture
profoz
End of training
b2ec835 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.49 kB
    End of training over 1 year ago
  • config.json
    2.1 kB
    End of training over 1 year ago
  • generation_config.json
    185 Bytes
    End of training over 1 year ago
  • model.safetensors
    578 MB
    xet
    End of training over 1 year ago
  • training_args.bin
    5.5 kB
    xet
    End of training over 1 year ago