CoolFace
Modelpublic

mlx-community/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1-f16

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes62downloads
Model Card

mlx-community/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1-f16

The Model mlx-community/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1-f16 was converted to MLX format from Goekdeniz-Guelmez/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1 using mlx-lm version 0.13.1.

Use with mlx

bash
pip install mlx-lm
python
from mlx_lm import load, generate

model, tokenizer = load("mlx-community/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1-f16")
response = generate(model, tokenizer, prompt="hello", verbose=True)