apol/alia-40b-distill-vapol is a post-trained release derived from BSC-LT/ALIA-40b-instruct-2601, optimized for practical multilingual assistant behavior, structured output reliability, tool-call formatting, RAG-style answers, and coding/debugging tasks.
Deterministic validators controlled JSON validity, tool-call shape, citations, and task constraints before promotion.
RLVR/GRPO-style emphasis on verifiable rewards and automatic gates.
Tool/RAG task shaping
Training examples used realistic tool contracts, missing arguments, citation requirements, and multilingual source-grounded answers.
DeepSeek V4, Kimi agentic training reports, HF Cookbook, and Smol Training Playbook.
These references informed design choices. This release does not claim to reproduce frontier-scale RL or agentic training.
Local Evaluation
The following local suites are deterministic assistant-task evaluations. They measure structured output, tool-call behavior, source-grounded answers, code fixes, and language constraints. They are not a substitute for a full academic benchmark campaign.
Model / Artifact
Visible assistant eval
Hidden verifier-first suite
Hidden competence suite
Notes
BSC-LT/ALIA-40b base
not directly comparable
not applicable
not applicable
Raw completion model; not instruction aligned.
BSC-LT/ALIA-40b-instruct-2601
21/80 rows, 386/519 checks
baseline not included
baseline not included
Original instruction model under local validator style.
Distill Vapol adapter
33/80 rows, 446/519 checks
16/20 rows, 111/115 checks
11/20 rows, 100/115 checks
Best model-only result.
Distill Vapol with deterministic runtime repair
41/80 rows, 458/519 checks
20/20 rows, 115/115 checks
20/20 rows, 115/115 checks
Best practical deployment path when strict validators are available.
Distill Vapol Q4_K_M GGUF
portable artifact
integrity verified
integrity verified
Quantized release for LM Studio/llama.cpp; published as chunks and reassembled into one file locally. The PEFT adapter is the canonical highest-fidelity artifact.
Relative local improvement over the original ALIA instruct model on the visible assistant eval:
Row pass rate: 21/80 -> 33/80, a +57.1% relative increase.
Check pass rate: 386/519 -> 446/519, a +15.5% relative increase.
With deterministic runtime repair: 21/80 -> 41/80 rows, a +95.2% relative increase.
Official Reference Scores
The official BSC model cards report broad benchmark numbers for the source models. These are reference points, not direct comparisons to the local task evals above.
Selected official BSC-LT/ALIA-40b-instruct-2601 reference scores:
Area
Benchmark
Official score
English knowledge
MMLU
0.45
English reasoning
ARC Challenge
0.40
English reasoning
ARC Easy
0.73
English reading
Belebele English
0.77
English commonsense
HellaSwag acc
0.54
Spanish knowledge
MMMLU Spanish
0.41
Spanish reading
Belebele Spanish
0.72
Catalan reading
Belebele Catalan
0.71
Basque reading
Belebele Basque
0.67
Galician reading
Belebele Galician
0.73
Estimated academic benchmark movement should be treated conservatively. The post-training targeted assistant reliability, formats, tool/RAG behavior, and multilingual task compliance; it should not be expected to dramatically change broad pretrained knowledge benchmarks such as MMLU.
Notes
The adapter is the highest-fidelity Hub artifact.
The Q4_K_M GGUF is the recommended portable local artifact; the Hub copy is chunked for reliable transport and reconstructs to one GGUF file.
The optional runtime repair helper is not embedded in the GGUF; it is a deployment-side deterministic layer for strict formal outputs.
For practical GGUF inference, use LM Studio or a CUDA-enabled llama.cpp build with GPU offload.