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

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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
orpheus-3b-tts-multilingual
6.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
patrickcmd's picture
patrickcmd
Update README.md
c44496f verified 2 months ago
  • .gitattributes
    1.57 kB
    (Trained with Unsloth) 4 months ago
  • README.md
    25.8 kB
    Update README.md 2 months ago
  • chat_template.jinja
    3.83 kB
    (Trained with Unsloth) 4 months ago
  • config.json
    915 Bytes
    fix(config): vocab_size 156940 -> 156939 to match embed weights 4 months ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    (Trained with Unsloth) 4 months ago
  • model-00002-of-00002.safetensors
    1.61 GB
    xet
    (Trained with Unsloth) 4 months ago
  • model.safetensors.index.json
    20.9 kB
    (Trained with Unsloth) 4 months ago
  • special_tokens_map.json
    508 Bytes
    (Trained with Unsloth) 4 months ago
  • tokenizer.json
    22.8 MB
    xet
    (Trained with Unsloth) 4 months ago
  • tokenizer_config.json
    5.41 MB
    (Trained with Unsloth) 4 months ago