Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

procit007
/
speecht5_tts_

Text-to-Audio
Transformers
TensorBoard
Safetensors
Dutch
speecht5
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use procit007/speecht5_tts_ with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="procit007/speecht5_tts_")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("procit007/speecht5_tts_")
    model = AutoModelForTextToSpectrogram.from_pretrained("procit007/speecht5_tts_")
  • Notebooks
  • Google Colab
  • Kaggle
speecht5_tts_ / runs
44.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
procit007's picture
procit007
Training in progress, step 3580
c9319f7 verified 9 months ago
  • Aug22_10-45-21_4471aa1b9d17
    Training in progress, step 3580 9 months ago
  • Aug22_10-45-58_4471aa1b9d17
    Training in progress, step 3580 9 months ago