Downloads · 30 days
29
11% of all-time downloads
mlx-community/phi-1_5
phi-1_5 is a text generation model from mlx-community. Use it when you need the model to write or continue text. It is set up for mlx. The card lists the license as mit.
The Model mlx-community/phi-15 was converted to MLX format from microsoft/phi-15 using mlx-lm version 0.16.1.
Downloads · 30 days
29
11% of all-time downloads
All-time downloads
272
Public
Parameters
1.4B
2.8 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors2.8 GB · 100%
From the Hugging Face model README
The Model mlx-community/phi-1_5 was converted to MLX format from microsoft/phi-1_5 using mlx-lm version 0.16.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/phi-1_5")
response = generate(model, tokenizer, prompt="hello", verbose=True)