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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sil-ai
/
senga-nt-base-tts

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

Instructions to use sil-ai/senga-nt-base-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sil-ai/senga-nt-base-tts with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="sil-ai/senga-nt-base-tts")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("sil-ai/senga-nt-base-tts")
    model = AutoModelForTextToSpectrogram.from_pretrained("sil-ai/senga-nt-base-tts", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
senga-nt-base-tts
578 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 43 commits
woodwardmw's picture
woodwardmw
Model save
ca52ff2 verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 18 days ago
  • README.md
    2.6 kB
    Model save 15 days ago
  • added_tokens.json
    51 Bytes
    Training in progress, step 2000 18 days ago
  • config.json
    2.05 kB
    Training in progress, step 2000 18 days ago
  • generation_config.json
    195 Bytes
    Training in progress, step 2000 18 days ago
  • model.safetensors
    578 MB
    xet
    Model save 15 days ago
  • preprocessor_config.json
    458 Bytes
    Training in progress, step 2000 18 days ago
  • special_tokens_map.json
    234 Bytes
    Training in progress, step 2000 18 days ago
  • spm_char.model
    238 kB
    xet
    Training in progress, step 2000 18 days ago
  • tokenizer_config.json
    1.55 kB
    Training in progress, step 2000 18 days ago
  • training_args.bin
    6.1 kB
    xet
    Training in progress, step 2000 15 days ago