How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="STELLiQ/aria-aar-1b-gguf",
	filename="aria-aar-1b-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

ARIA AAR 1B โ€” Meeting Summarization Model

Fine-tuned Llama 3.2 1B Instruct specialized for meeting transcript summarization. Produces structured JSON output with 5 fields: title, what_was_planned, what_happened, why_it_happened, how_to_improve.

Model Details

Property Value
Base Model Llama 3.2 1B Instruct
Fine-tuning QLoRA (r=16, all linear layers)
Training Data 624 examples (real-world + hand-crafted)
Quantization Q4_K_M (4-bit K-quant medium)
File Size 771 MB
Context Length 4096 tokens
License Apache 2.0

Intended Use

On-device meeting summarization for the ARIA Android app. Runs on mobile GPUs (Adreno, Mali) via llama.cpp with OpenCL acceleration.

Output Format

Validation Results

Test Score
Average 98/100
Passing (>=70) 10/10

Built by STELLiQ for the ARIA project.

Downloads last month
2
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support