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

  • Log In
  • Sign Up

Sunbird
/
orpheus-3b-tts-multilingual

Text-to-Speech
Transformers
Safetensors
llama
text-generation
tts
orpheus
multilingual
multi-speaker
african-languages
low-resource-language
sunbird
snac
unsloth
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use Sunbird/orpheus-3b-tts-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sunbird/orpheus-3b-tts-multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="Sunbird/orpheus-3b-tts-multilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("Sunbird/orpheus-3b-tts-multilingual")
    model = AutoModelForCausalLM.from_pretrained("Sunbird/orpheus-3b-tts-multilingual")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use Sunbird/orpheus-3b-tts-multilingual with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Sunbird/orpheus-3b-tts-multilingual to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Sunbird/orpheus-3b-tts-multilingual to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for Sunbird/orpheus-3b-tts-multilingual to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="Sunbird/orpheus-3b-tts-multilingual",
        max_seq_length=2048,
    )

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.57 kB
    (Trained with Unsloth) 9 days ago
  • README.md
    24.6 kB
    Update README.md about 21 hours ago
  • chat_template.jinja
    3.83 kB
    (Trained with Unsloth) 9 days ago
  • config.json
    915 Bytes
    fix(config): vocab_size 156940 -> 156939 to match embed weights 8 days ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    (Trained with Unsloth) 9 days ago
  • model-00002-of-00002.safetensors
    1.61 GB
    xet
    (Trained with Unsloth) 9 days ago
  • model.safetensors.index.json
    20.9 kB
    (Trained with Unsloth) 9 days ago
  • special_tokens_map.json
    508 Bytes
    (Trained with Unsloth) 9 days ago
  • tokenizer.json
    22.8 MB
    xet
    (Trained with Unsloth) 9 days ago
  • tokenizer_config.json
    5.41 MB
    (Trained with Unsloth) 9 days ago