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

bobig
/
orpheus-finetuned-3b-mlx-6Bit

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

Instructions to use bobig/orpheus-finetuned-3b-mlx-6Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bobig/orpheus-finetuned-3b-mlx-6Bit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="bobig/orpheus-finetuned-3b-mlx-6Bit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("bobig/orpheus-finetuned-3b-mlx-6Bit")
    model = AutoModelForCausalLM.from_pretrained("bobig/orpheus-finetuned-3b-mlx-6Bit", device_map="auto")
  • MLX

    How to use bobig/orpheus-finetuned-3b-mlx-6Bit with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir orpheus-finetuned-3b-mlx-6Bit bobig/orpheus-finetuned-3b-mlx-6Bit
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • Atomic Chat
orpheus-finetuned-3b-mlx-6Bit
2.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
bobig's picture
bobig
Update README.md
4b33747 verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub 11 months ago
  • README.md
    1.25 kB
    Update README.md 11 months ago
  • chat_template.jinja
    299 Bytes
    Upload chat_template.jinja with huggingface_hub 11 months ago
  • config.json
    1.07 kB
    Upload config.json with huggingface_hub 11 months ago
  • generation_config.json
    180 Bytes
    Upload generation_config.json with huggingface_hub 11 months ago
  • model.safetensors
    2.89 GB
    xet
    Upload model.safetensors with huggingface_hub 11 months ago
  • model.safetensors.index.json
    45.8 kB
    Upload model.safetensors.index.json with huggingface_hub 11 months ago
  • special_tokens_map.json
    350 Bytes
    Upload special_tokens_map.json with huggingface_hub 11 months ago
  • tokenizer.json
    22.8 MB
    xet
    Upload tokenizer.json with huggingface_hub 11 months ago
  • tokenizer_config.json
    5.4 MB
    Upload tokenizer_config.json with huggingface_hub 11 months ago