Qwen3-8B-NotSure-mxfp4-mlx

8B or not 8B—that is the question

NotSure, the ultimate generalist, a mind-meld of great models in the field

  • Not for coding
  • Not for reasoning
  • Its scores are abysmal
  • It thinks a lot and changes its mind
  • Let loose on a task it thinks of itself as a mind meld of Sisko and Nog

In uncertain times, the best decisions are left up to chance.

-G

--for a more confidently not sure version, try the qx86-hi

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("Qwen3-8B-NotSure-mxfp4-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
    )

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

4-bit

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

Model tree for nightmedia/Qwen3-8B-NotSure-mxfp4-mlx

Quantizations
1 model

Collections including nightmedia/Qwen3-8B-NotSure-mxfp4-mlx