How to use from the
Use from the
MLX library
# Make sure mlx-lm is installed
# pip install --upgrade mlx-lm

# Generate text with mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("darthcrawl/artifex-rp-orpheus-llama-3.1-8b-mlx-6bit")

prompt = "Write a story about Einstein"
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
    messages, add_generation_prompt=True
)

text = generate(model, tokenizer, prompt=prompt, verbose=True)

artifex-rp-orpheus-llama-3.1-8b-mlx-6bit

Part of the Artifex RP series.

MLX 6-bit (group-size 32) quantization of artifex-rp-orpheus-llama-3.1-8b for Apple Silicon.

For full model details, sample outputs, and training notes → see the main model card.


Quickstart

pip install mlx-lm
mlx_lm.generate --model darthcrawl/artifex-rp-orpheus-llama-3.1-8b-mlx-6bit \
  --system-prompt "Write in vivid, restrained, intelligent prose. Concrete sensory detail. Never pretentious. Tension carries more weight than description. Match the user's energy and length." \
  --prompt "She hadn't seen him in three years." \
  --temp 0.85 --top-p 0.95 --max-tokens 400

Quantization

Parameter Value
Bits 6
Group size 32
Effective bits/weight 7.0
Size 6.6GB

Available variants


License

Weights inherit the base model license. See artifex-rp-orpheus-llama-3.1-8b.

Downloads last month
31
Safetensors
Model size
8B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for darthcrawl/artifex-rp-orpheus-llama-3.1-8b-mlx-6bit

Collection including darthcrawl/artifex-rp-orpheus-llama-3.1-8b-mlx-6bit