How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="gnukeith/zeta-2-mlx-4bit")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("gnukeith/zeta-2-mlx-4bit")
model = AutoModelForCausalLM.from_pretrained("gnukeith/zeta-2-mlx-4bit")
Quick Links
README.md exists but content is empty.
Downloads last month
20
Safetensors
Model size
1B 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 gnukeith/zeta-2-mlx-4bit

Quantized
(14)
this model

Collection including gnukeith/zeta-2-mlx-4bit