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

  • Log In
  • Sign Up

Edmon02
/
TTS_NB_2

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

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

  • Libraries
  • Transformers

    How to use Edmon02/TTS_NB_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Edmon02/TTS_NB_2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Edmon02/TTS_NB_2")
    model = AutoModelForTextToSpectrogram.from_pretrained("Edmon02/TTS_NB_2")
  • Notebooks
  • Google Colab
  • Kaggle
TTS_NB_2 / runs
44.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Edmon02's picture
Edmon02
Training in progress, step 3000
fb16a8c verified over 1 year ago
  • Sep26_17-55-42_09e6321fd1d5
    Training in progress, step 500 over 1 year ago
  • Sep26_18-02-27_09e6321fd1d5
    Training in progress, step 2000 over 1 year ago
  • Sep28_10-53-15_7f2ca8c7e636
    Training in progress, step 3000 over 1 year ago