CoolFace
Modelpublic

continker/Qwen3.5-27B-metro-v24

sourceHugging Faceapache-2.0updated 14d agoView on Hugging Face
0likes94downloads
Model Card

Qwen3.5-27B-metro-v24

QLoRA fine-tune of Qwen3.5-27B for the MetroLLM-Bench transit-kiosk task. v24 is the leakage-free retraining used in the MetroLLM-Bench paper (teacher traces drawn only from the 717-case training partition; 238 cases held out). Supersedes continker/Qwen3.5-27B-metro-v23.

Held-out results (n=238, mean of 2 seeds)

Metric27B base27B + v24Δ
Tier-192.3291.41-0.91
Composite90.6089.72-0.88
[!NOTE] At 27B, PEFT regresses versus the base model — the negative end of the capacity-ceiling curve reported in the paper. This adapter is published for completeness and to reproduce that result. For deployment at this size, use the base Qwen3.5-27B; for an efficient fine-tuned student, use the 4B or 9B v24 models, which gain over their bases.

Contents

  • —adapter/ — LoRA adapter (rank 16, α 32; QLoRA 4-bit NF4) + tokenizer + chat template
  • —Qwen3.5-27B-metro-v24-Q4_K_M.gguf — merged GGUF (16 GB)
  • —training_summary.json

The LoRA adapter keys use the \.language_model.\ prefix; strip it to load onto text-only Qwen3.5-27B. Apache 2.0.

Links

Citation

bibtex
@techreport{hendriks2026metrollm,
  title       = {MetroLLM-Bench: Evaluating Language Models as Transit Kiosk Runtimes},
  author      = {Hendriks, Remco},
  institution = {Continker},
  type        = {Technical report},
  number      = {v1.2},
  year        = {2026},
  month       = {9},
  doi         = {10.5281/zenodo.21893944},
  eprint      = {2609.10016},
  archiveprefix = {arXiv},
  primaryclass = {cs.LG},
  url         = {https://arxiv.org/abs/2609.10016}
}