BigBang-v1-MLX-Q4_K_M

This model was converted to MLX format from endless-frontier/BigBang-v1 using mlx_lm version 0.31.3.

Quantization: mixed_4_6 (equivalent to llama.cpp Q4_K_M). 4-bit base with higher bits applied to first/last 1/8 of layers, every 3rd layer, v_proj/down_proj, and lm_head.

Use with mlx-lm

from mlx_lm import load, generate

model, tokenizer = load("mlx-community/BigBang-v1-MLX-Q4_K_M")

messages = [{"role": "user", "content": "Hello!"}]
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
response = generate(model, tokenizer, prompt=prompt, max_tokens=512)

Or via CLI:

python3 -m mlx_lm.chat --model mlx-community/BigBang-v1-MLX-Q4_K_M

Model Info

  • Architecture: qwen3_5_moe — 35B total, 3B active, 256 experts (8/tok)
  • Attention: Hybrid linear + full attention
  • Context: 262K tokens
  • Type: Text-only (language model)

Variants

Repo Quantization Size Use Case
BigBang-v1-MLX-4bit uniform 4-bit ~19.5 GB Maximum speed
BigBang-v1-MLX-Q4_K_M mixed_4_6 ~21.0 GB Best quality/speed tradeoff
BigBang-v1-MLX-VLM-4bit uniform 4-bit ~20.4 GB Multimodal, fast
BigBang-v1-MLX-VLM-Q4_K_M mixed_4_6 ~22.0 GB Multimodal, quality

License

Apache 2.0 — Copyright 2026 Alibaba Cloud (original base model).

Downloads last month
31
Safetensors
Model size
35B params
Tensor type
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 hermitdave/BigBang-v1-MLX-Q4_K_M

Quantized
(36)
this model

Collection including hermitdave/BigBang-v1-MLX-Q4_K_M