Edit model card

decisionslab/Mistral-7B-Instruct-v0.3-HK

The Model decisionslab/Mistral-7B-Instruct-v0.3-HK was converted to MLX format from mistralai/Mistral-7B-Instruct-v0.3 using mlx-lm version 0.16.1.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("decisionslab/Mistral-7B-Instruct-v0.3-HK")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
2
Safetensors
Model size
7.25B params
Tensor type
FP16
·
Inference API
Unable to determine this model’s pipeline type. Check the docs .