meta-math/MetaMathQA
Viewer • Updated • 395k • 67.8k • 457
How to use mlx-community/phi-2-orange-v2 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir phi-2-orange-v2 mlx-community/phi-2-orange-v2
This model was converted to MLX format from rhysjones/phi-2-orange-v2 using mlx-lm version 0.4.0.
Refer to the original model card for more details on the model.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/phi-2-orange-v2")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Quantized