beezu/Behemoth-R1-123B-v2-MLX-MXFP4
This model beezu/TheDrummer_Behemoth-R1-123B-v2-MLX-MXFP4 was converted to MLX format from TheDrummer/Behemoth-R1-123B-v2 using mlx-lm version 0.28.3.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("beezu/Behemoth-R1-123B-v2-MLX-MXFP4")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
- Downloads last month
- 131
Model tree for beezu/TheDrummer_Behemoth-R1-123B-v2-MLX-MXFP4
Base model
mistralai/Mistral-Large-Instruct-2411
Finetuned
TheDrummer/Behemoth-R1-123B-v2