Isaak Carter Augustus
0d4838da65eb1fb1d229327a2144e6428dd52634fc64064b63d28f49d624fc82
714a62d verified
|
raw
history blame
No virus
914 Bytes
metadata
base_model: Qwen/Qwen2.5-1.5B
language:
  - en
license: apache-2.0
license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct/blob/main/LICENSE
pipeline_tag: text-generation
tags:
  - chat
  - mlx

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

The Model mlx-community/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1-2bit was converted to MLX format from Isaak-Carter/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1 using mlx-lm version 0.13.1.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

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