MLX
Safetensors
llama
Edit model card

voxmenthe/airoboros-34b-3.3-mlx-4bit

This model was converted to MLX format from jondurbin/airoboros-34b-3.3 using mlx-lm version 0.6.0. Refer to the original model card for more details on the model.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("voxmenthe/airoboros-34b-3.3-mlx-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
6
Safetensors
Model size
5.76B params
Tensor type
FP16
·
U32
·
Unable to determine this model’s pipeline type. Check the docs .
Invalid base_model specified in model card metadata. Needs to be a model id from hf.co/models.

Datasets used to train voxmenthe/airoboros-34b-3.3-mlx-4bit