Downloads · 30 days
189
31% of all-time downloads
tbhrc/phi_3_5_mini_instruct_4bit
phi_3_5_mini_instruct_4bit is a text generation model from tbhrc. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as mit.
The Model mlx-community/Phi-3.5-mini-instruct-4bit was converted to MLX format from microsoft/Phi-3.5-mini-instruct using mlx-lm version 0.17.0.
Downloads · 30 days
189
31% of all-time downloads
All-time downloads
608
Public
Parameters
3.8B
2.2 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors2.1 GB · 100%
How the weights are stored.
U323.8B · 100%
From the Hugging Face model README
The Model mlx-community/Phi-3.5-mini-instruct-4bit was converted to MLX format from microsoft/Phi-3.5-mini-instruct using mlx-lm version 0.17.0.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Phi-3.5-mini-instruct-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)