Files
Phi-3.5-mini-instruct-bf16/README.md
ModelHub XC b5d306ebc5 初始化项目,由ModelHub XC社区提供模型
Model: mlx-community/Phi-3.5-mini-instruct-bf16
Source: Original Platform
2026-09-10 05:24:12 +08:00

890 B

language, library_name, license, license_link, pipeline_tag, tags, widget
language library_name license license_link pipeline_tag tags widget
multilingual
transformers mit https://huggingface.co/microsoft/Phi-3.5-mini-instruct/resolve/main/LICENSE text-generation
nlp
code
mlx
messages
role content
user Can you provide ways to eat combinations of bananas and dragonfruits?

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)