Zen Eco 4B Agent (MLX)

Optimized MLX quantization of Zen Eco 4B Agent for Apple Silicon.

Specs

Property Value
Parameters 4B
Format MLX 4-bit quantized
License Apache 2.0
Developer Hanzo AI

Usage

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("zenlm/zen-eco-4b-agent-mlx")

prompt = "Hello, who are you?"

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)

Links

Downloads last month
44
Safetensors
Model size
0.6B params
Tensor type
BF16
·
U32
·
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 zenlm/zen-eco-4b-agent-mlx

Base model

zenlm/zen-agent-4b
Quantized
(1)
this model