AMALIA-9B-0626-SFT — MLX 8-bit

8-bit MLX quantization of amalia-llm/AMALIA-9B-0626-SFT (~9.7 GB), for Apple Silicon Macs via mlx-lm.

AMALIA is an open-source language model targeting European Portuguese, developed by a consortium of Portuguese universities and research centres and funded by the Government of Portugal. This is the SFT (supervised fine-tuned, instruction-following) variant. See the original model card and the technical report for full details.

Converted with mlx_lm.convert (8-bit, group size 64).

Usage

pip install mlx-lm
mlx_lm.generate --model layerx-labs/AMALIA-9B-0626-SFT-MLX-8bit --prompt "Explica o que é o Arquivo.pt."

# or chat
mlx_lm.chat --model layerx-labs/AMALIA-9B-0626-SFT-MLX-8bit
from mlx_lm import load, generate
model, tokenizer = load("layerx-labs/AMALIA-9B-0626-SFT-MLX-8bit")
prompt = tokenizer.apply_chat_template([{"role": "user", "content": "Explica o que é o Arquivo.pt."}], add_generation_prompt=True, tokenize=False)
print(generate(model, tokenizer, prompt=prompt, max_tokens=256))

License

Apache 2.0, same as the original model. All credit for the model goes to the AMALIA project.

Downloads last month
30
Safetensors
Model size
9B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for layerx-labs/AMALIA-9B-0626-SFT-MLX-8bit

Quantized
(8)
this model

Paper for layerx-labs/AMALIA-9B-0626-SFT-MLX-8bit