Downloads · 30 days
11
7% of all-time downloads
upadhyay/sql-4bit-1k
sql-4bit-1k is a text generation model from upadhyay. 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 upadhyay/sql-4bit-1k was converted to MLX format from mistralai/Mistral-7B-v0.1 using mlx-lm version 0.15.2.
Downloads · 30 days
11
7% of all-time downloads
All-time downloads
168
Public
Parameters
7.2B
4.1 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors4.1 GB · 100%
How the weights are stored.
U327.2B · 100%
From the Hugging Face model README
The Model upadhyay/sql-4bit-1k was converted to MLX format from mistralai/Mistral-7B-v0.1 using mlx-lm version 0.15.2.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("upadhyay/sql-4bit-1k")
response = generate(model, tokenizer, prompt="hello", verbose=True)