How to use from
Hermes Agent
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "hermitdave/BigBang-v1-MLX-4bit"
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default hermitdave/BigBang-v1-MLX-4bit
Run Hermes
hermes
Quick Links

BigBang-v1-MLX-4bit

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

Quantization: Uniform 4-bit, group size 64.

Use with mlx-lm

from mlx_lm import load, generate

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

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-4bit

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
20
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-4bit

Quantized
(36)
this model

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