Model: mlx-community/Phi-3.5-mini-instruct-bf16 Source: Original Platform
language, library_name, license, license_link, pipeline_tag, tags, widget
| language | library_name | license | license_link | pipeline_tag | tags | widget | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
transformers | mit | https://huggingface.co/microsoft/Phi-3.5-mini-instruct/resolve/main/LICENSE | text-generation |
|
|
mlx-community/Phi-3.5-mini-instruct-bf16
The Model mlx-community/Phi-3.5-mini-instruct-bf16 was converted to MLX format from microsoft/Phi-3.5-mini-instruct using mlx-lm version 0.17.0.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Phi-3.5-mini-instruct-bf16")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Description
Languages
Python
100%