Downloads · 30 days
30
12% of all-time downloads
mlx-community/ALMA-13B-R-4bit-mlx
ALMA-13B-R-4bit-mlx is a machine learning model from mlx-community. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for mlx. The card lists the license as mit.
This model was converted to MLX format from haoranxu/ALMA-13B-R. Refer to the original model card for more details on the model.
Downloads · 30 days
30
12% of all-time downloads
All-time downloads
256
Public
Repo size
7.6 GB
Likes
1
Public
Click a slice to open those files.
.safetensors7.6 GB · 100%
From the Hugging Face model README
This model was converted to MLX format from haoranxu/ALMA-13B-R.
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/ALMA-13B-R-4bit-mlx")
response = generate(model, tokenizer, prompt="hello", verbose=True)