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

  • Log In
  • Sign Up

Matthijs
/
mms-tts-nld

Text-to-Audio
Transformers
PyTorch
vits
Model card Files Files and versions
xet
Community
2

Instructions to use Matthijs/mms-tts-nld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Matthijs/mms-tts-nld with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Matthijs/mms-tts-nld")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTextToWaveform
    
    tokenizer = AutoTokenizer.from_pretrained("Matthijs/mms-tts-nld")
    model = AutoModelForTextToWaveform.from_pretrained("Matthijs/mms-tts-nld")
  • Notebooks
  • Google Colab
  • Kaggle

No model card

Downloads last month
38
Inference Providers NEW
Text-to-Audio
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Matthijs/mms-tts-nld 5

πŸ†
vineetsharma/speech-to-speech-translation
πŸ†
peterdamn/speech-to-speech-translation
πŸ†
kevynswhants/speech-to-speech-translation
πŸ†
J3/speech-to-speech-translation
πŸ†
Ellight/speech-to-speech-translation-en-nl
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs