JanusCoder-8B-DeepSeek-Speciale-qx86-hi-mlx

Qwen3-8B-Element6

This model is a merge of

  • unsloth/JanusCoder-8B
  • TeichAI/Qwen3-8B-DeepSeek-v3.2-Speciale-Distill

Brainwaves

          arc   arc/e boolq hswag obkqa piqa  wino
qx86-hi   0.530,0.724,0.846,0.712,0.422,0.786,0.661

Janus     0.537,0.731,0.862,0.697,0.446,0.782,0.667
Element6  0.530,0.724,0.846,0.712,0.422,0.786,0.661

Perplexity
qx86-hi   4.361 ± 0.032
qx64-hi   4.492 ± 0.033

-G

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("JanusCoder-8B-DeepSeek-Speciale-qx86-hi-mlx")

prompt = "hello"

if tokenizer.chat_template is not None:
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, add_generation_prompt=True, return_dict=False,
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)
Downloads last month
143
Safetensors
Model size
8B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for nightmedia/JanusCoder-8B-DeepSeek-Speciale-qx86-hi-mlx