BigBang-v1-MLX-VLM-4bit

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

Quantization: Uniform 4-bit, group size 64.

Use with mlx-vlm

from mlx_vlm import load, generate

model, processor = load("mlx-community/BigBang-v1-MLX-VLM-4bit")

messages = [
    {"role": "user", "content": [
        {"type": "text", "text": "Describe this image."},
        {"type": "image", "image": "path/to/image.jpg"},
    ]}
]
prompt = processor.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
result = generate(model, processor, prompt=prompt, max_tokens=512)
print(result.text if hasattr(result, 'text') else result)

Model Info

  • Architecture: qwen3_5_moe — 35B total, 3B active, 256 experts (8/tok)
  • Attention: Hybrid linear + full attention
  • Context: 262K tokens
  • Type: Multimodal (language + vision encoder)
  • Vision: Qwen3.5 MoE ViT (patch 16, 27 layers, hidden 1152)

Variants

Repo Quantization Size Use Case
BigBang-v1-MLX-4bit uniform 4-bit ~19.5 GB Text-only, fast
BigBang-v1-MLX-Q4_K_M mixed_4_6 ~21.0 GB Text-only, quality
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
16
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-VLM-4bit

Quantized
(36)
this model

Collection including hermitdave/BigBang-v1-MLX-VLM-4bit