CoolFace
Modelpublic

Koutouzov1973/Qwen1.5-0.5B-Generex

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes10downloads
Model Card

mlx-community/Qwen1.5-0.5B-Chat

This model was converted to MLX format from [Qwen/Qwen1.5-0.5B-Chat](). Refer to the original model card for more details on the model.

Use with mlx

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

model, tokenizer = load("mlx-community/Qwen1.5-0.5B-Chat")
response = generate(model, tokenizer, prompt="hello", verbose=True)