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

unsloth
/
orpheus-3b-0.1-ft-bnb-4bit

Text-to-Speech
Transformers
Safetensors
English
llama
text-generation
text-generation-inference
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community
1

Instructions to use unsloth/orpheus-3b-0.1-ft-bnb-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use unsloth/orpheus-3b-0.1-ft-bnb-4bit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="unsloth/orpheus-3b-0.1-ft-bnb-4bit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("unsloth/orpheus-3b-0.1-ft-bnb-4bit")
    model = AutoModelForCausalLM.from_pretrained("unsloth/orpheus-3b-0.1-ft-bnb-4bit")
  • Notebooks
  • Google Colab
  • Kaggle
orpheus-3b-0.1-ft-bnb-4bit
2.45 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
shimmyshimmer's picture
shimmyshimmer
Create README.md
e71c725 verified over 1 year ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool over 1 year ago
  • README.md
    2.06 kB
    Create README.md over 1 year ago
  • config.json
    1.47 kB
    Add files using upload-large-folder tool over 1 year ago
  • generation_config.json
    235 Bytes
    Add files using upload-large-folder tool over 1 year ago
  • model.safetensors
    2.42 GB
    xet
    Add files using upload-large-folder tool over 1 year ago
  • special_tokens_map.json
    508 Bytes
    Add files using upload-large-folder tool over 1 year ago
  • tokenizer.json
    22.8 MB
    xet
    Add files using upload-large-folder tool over 1 year ago
  • tokenizer_config.json
    5.41 MB
    Add files using upload-large-folder tool over 1 year ago