Qwen1.5
					Collection
				
Qwen1.5 is the improved version of Qwen, the large language model series developed by Alibaba Cloud.
					• 
				7 items
				• 
				Updated
					
				•
					
					3
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.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Qwen1.5-0.5B-Chat")
response = generate(model, tokenizer, prompt="hello", verbose=True)