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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

canopylabs
/
orpheus-3b-0.1-pretrained

Text-to-Speech
Transformers
Safetensors
English
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
5

Instructions to use canopylabs/orpheus-3b-0.1-pretrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use canopylabs/orpheus-3b-0.1-pretrained with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="canopylabs/orpheus-3b-0.1-pretrained")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("canopylabs/orpheus-3b-0.1-pretrained")
    model = AutoModelForCausalLM.from_pretrained("canopylabs/orpheus-3b-0.1-pretrained")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

## 🚨 License Conflict: Apache-2.0 License is Incompatible with LLaMA 3.2 License

1
#4 opened 12 months ago by
xixi126

add AIBOM

#3 opened 12 months ago by
RiccardoDav

Serious issue with licenses

πŸ‘ 5
1
#2 opened about 1 year ago by
JLouisBiz

New Language

πŸ‘ 1
3
#1 opened about 1 year ago by
WasamiKirua
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs