Qwen2.5-0.5B-bf16 / README.md
prince-canuma's picture
9234f45c70a56ad860b8b50918b1a6b7351e7a7e7cbefce8c164e526f395a453
e7df0b6 verified
|
raw
history blame
648 Bytes
metadata
language:
  - en
license: apache-2.0
license_link: https://huggingface.co/Qwen/Qwen2.5-0.5B/blob/main/LICENSE
pipeline_tag: text-generation
tags:
  - mlx

mlx-community/Qwen2.5-0.5B-bf16

The Model mlx-community/Qwen2.5-0.5B-bf16 was converted to MLX format from Qwen/Qwen2.5-0.5B using mlx-lm version 0.18.1.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

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