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
Model size
0.6B params
Tensor type
BF16
·
U32 ·
Hardware compatibility
Log In to add your hardware
4-bit
Model tree for zenlm/zen-eco-4b-agent-mlx
Base model
zenlm/zen-agent-4b