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

Marvis-AI
/
marvis-tts-250m-v0.1-transformers

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

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

  • Libraries
  • Transformers

    How to use Marvis-AI/marvis-tts-250m-v0.1-transformers with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Marvis-AI/marvis-tts-250m-v0.1-transformers")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToWaveform
    
    processor = AutoProcessor.from_pretrained("Marvis-AI/marvis-tts-250m-v0.1-transformers")
    model = AutoModelForTextToWaveform.from_pretrained("Marvis-AI/marvis-tts-250m-v0.1-transformers", device_map="auto")
  • MLX

    How to use Marvis-AI/marvis-tts-250m-v0.1-transformers with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir marvis-tts-250m-v0.1-transformers Marvis-AI/marvis-tts-250m-v0.1-transformers
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • Atomic Chat
marvis-tts-250m-v0.1-transformers
3.07 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 18 commits
lucasnewman's picture
lucasnewman
Upload tokenizer_config.json
d539799 verified 11 months ago
  • prompts
    Upload 2 files about 1 year ago
  • .gitattributes
    1.65 kB
    Upload 2 files about 1 year ago
  • README.md
    6.51 kB
    Updated the inference code. Added a notebook and a demo audio. (#1) about 1 year ago
  • chat_template.jinja
    1.32 kB
    Upload 4 files 11 months ago
  • config.json
    3.67 kB
    Upload 4 files 11 months ago
  • generation_config.json
    293 Bytes
    Upload 11 files about 1 year ago
  • inference.ipynb
    20.9 kB
    Rename marvis_inference.ipynb to inference.ipynb about 1 year ago
  • merges.txt
    466 kB
    Upload 11 files about 1 year ago
  • model.safetensors
    3.06 GB
    xet
    Rename transformers_model.safetensors to model.safetensors about 1 year ago
  • preprocessor_config.json
    270 Bytes
    Create preprocessor_config.json about 1 year ago
  • special_tokens_map.json
    741 Bytes
    Update special_tokens_map.json about 1 year ago
  • tokenizer.json
    3.52 MB
    Upload 4 files 11 months ago
  • tokenizer_config.json
    3.71 kB
    Upload 4 files 11 months ago
  • vocab.json
    801 kB
    Upload 11 files about 1 year ago