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

  • Log In
  • Sign Up

echarlaix
/
tiny-random-vits

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

Instructions to use echarlaix/tiny-random-vits with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use echarlaix/tiny-random-vits with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="echarlaix/tiny-random-vits")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTextToWaveform
    
    tokenizer = AutoTokenizer.from_pretrained("echarlaix/tiny-random-vits")
    model = AutoModelForTextToWaveform.from_pretrained("echarlaix/tiny-random-vits")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-vits
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
echarlaix's picture
echarlaix HF Staff
add dummy model
c62dc60 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • added_tokens.json
    18 Bytes
    add dummy model over 2 years ago
  • config.json
    1.69 kB
    add dummy model over 2 years ago
  • model.safetensors
    344 kB
    add dummy model over 2 years ago
  • special_tokens_map.json
    47 Bytes
    add dummy model over 2 years ago
  • tokenizer_config.json
    623 Bytes
    add dummy model over 2 years ago
  • vocab.json
    413 Bytes
    add dummy model over 2 years ago