Downloads · 30 days
32
11% of all-time downloads
mlx-community/Qwen2-Math-7B-Instruct-bf16
Qwen2-Math-7B-Instruct-bf16 is a text generation model from mlx-community. Use it when you need the model to write or continue text. It is set up for mlx. The card lists the license as apache-2.0.
The Model mlx-community/Qwen2-Math-7B-Instruct-bf16 was converted to MLX format from Qwen/Qwen2-Math-7B-Instruct using mlx-lm version 0.16.1.
Downloads · 30 days
32
11% of all-time downloads
All-time downloads
296
Public
Parameters
7.6B
15.2 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors15.2 GB · 100%
From the Hugging Face model README
The Model mlx-community/Qwen2-Math-7B-Instruct-bf16 was converted to MLX format from Qwen/Qwen2-Math-7B-Instruct using mlx-lm version 0.16.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Qwen2-Math-7B-Instruct-bf16")
response = generate(model, tokenizer, prompt="hello", verbose=True)