language, license, tags, license_link, pipeline_tag
language license tags license_link pipeline_tag
en
mit
nlp
code
mlx
https://huggingface.co/microsoft/phi-1_5/resolve/main/LICENSE text-generation

mlx-community/phi-1_5

The Model mlx-community/phi-1_5 was converted to MLX format from microsoft/phi-1_5 using mlx-lm version 0.16.1.

Use with mlx

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)
Description
Model synced from source: mlx-community/phi-1_5
Readme 1.3 MiB
Languages
Text 100%