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

  • Log In
  • Sign Up

Marvis-AI
/
marvis-tts-100m-v0.2

Text-to-Audio
Transformers
Safetensors
MLX
English
French
German
csm
mlx-audio
Model card Files Files and versions
xet
Community

Instructions to use Marvis-AI/marvis-tts-100m-v0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Marvis-AI/marvis-tts-100m-v0.2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Marvis-AI/marvis-tts-100m-v0.2")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForTextToWaveform
    
    extractor = AutoFeatureExtractor.from_pretrained("Marvis-AI/marvis-tts-100m-v0.2")
    model = AutoModelForTextToWaveform.from_pretrained("Marvis-AI/marvis-tts-100m-v0.2")
  • MLX

    How to use Marvis-AI/marvis-tts-100m-v0.2 with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir marvis-tts-100m-v0.2 Marvis-AI/marvis-tts-100m-v0.2
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
marvis-tts-100m-v0.2
1.48 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
prince-canuma's picture
prince-canuma
Update README.md
e669a43 verified 6 months ago
  • prompts
    Upload 12 files 7 months ago
  • .gitattributes
    1.65 kB
    Upload 12 files 7 months ago
  • README.md
    4.18 kB
    Update README.md 6 months ago
  • config.json
    3.6 kB
    Upload 12 files 7 months ago
  • generation_config.json
    293 Bytes
    Upload 12 files 7 months ago
  • merges.txt
    466 kB
    Upload 12 files 7 months ago
  • model.safetensors
    1.47 GB
    xet
    Upload model.safetensors 7 months ago
  • special_tokens_map.json
    599 Bytes
    Upload 12 files 7 months ago
  • tokenizer.json
    3.52 MB
    Upload 12 files 7 months ago
  • tokenizer_config.json
    3.68 kB
    Upload 12 files 7 months ago
  • vocab.json
    801 kB
    Upload 12 files 7 months ago