layerx-labs/AMALIA-9B-0626-DPO-GGUF
AMALIA-9B-0626-DPO — GGUF
GGUF quantizations of amalia-llm/AMALIA-9B-0626-DPO for use with llama.cpp and compatible runtimes (LM Studio, Ollama, Jan, etc.).
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 DPO (preference-tuned) variant. See the original model card and the technical report for full details.
Files
Converted with convert_hf_to_gguf.py (llama.cpp b8470) from the original bf16 weights. BF16 and Q4KS come directly from the original weights; Q80 was converted directly from bf16 and Q4KM was requantized from that Q80 (Q8_0 is near-lossless relative to bf16). The chat template (ChatML with the AMALIA Portuguese system prompt) is embedded in the GGUF metadata.
Usage
# llama.cpp CLI (chat template is picked up automatically)
llama-cli -hf layerx-labs/AMALIA-9B-0626-DPO-GGUF:Q4_K_M
# or with a local file
llama-cli -m AMALIA-9B-0626-DPO-Q4_K_M.gguf -cnv
# OpenAI-compatible server
llama-server -m AMALIA-9B-0626-DPO-Q4_K_M.gguf -c 8192License
Apache 2.0, same as the original model. All credit for the model goes to the AMALIA project.
