Skip to content
Lorraine logo

More capacity made the model worse

A training note. The aggressive adaptation catastrophically forgot parametric clinical knowledge; the conservative one held it. Why we now default to the smallest change that still fits.

Written by
Lorraine Team
Role
Engineering
Published
22 March 2026
Reading time
8 min read
More capacity made the model worse

When we started adapting Lor-1 we assumed more capacity was better: the more of the base we let training rewrite, the more of the South African clinical corpus it should absorb. We were wrong, in a way that took a second benchmark to see. This post is the short version of what happened, without the hyperparameters.

The experiment

Same base, same training data, same schedule. The only variable was how much of the base we allowed the adaptation to move: a conservative run, a middling one, and an aggressive one. Each checkpoint was evaluated on LorBench — our internal SA clinical benchmark — plus a held-out set of general medical-knowledge probes whose only job was to catch catastrophic forgetting.

What we found

The aggressive run posted the highest LorBench score mid-training, then collapsed on the parametric probes — shedding general medical knowledge the base already had right. The middling run held its parametric ability better but never caught the conservative run on the target benchmark. The conservative run was the sweet spot: it absorbed the SA corpus without evicting what the base already knew.

Why this makes sense

A low-rank adaptation projects updates through a narrow subspace. The more capacity you give it, the more of the base the optimiser can effectively rewrite — fine when you are training on generic data, expensive when the base already holds correct knowledge you need to keep. For clinical adaptation you want the smallest change that still fits the new distribution.

Operational takeaway

We now treat the conservative setting as the default for clinical adaptation, and only reach for more capacity when the target really is a domain the base has never seen — which, in medicine, is rarely the case. The exact settings sit in the private disclosure alongside the rest of the pipeline, not in a blog post.

Written by

Lorraine Team

Engineering

Keep reading

All articles
  1. 01

    Engineering

    Lor-1 v1.0 is GA

    Our in-house clinical model is generally available. What we built, how LorBench gates every release, and which decisions earned their keep — without the spec sheet.

Next

Finished reading?
Start practising.

900,000 questions mapped to CMSA syllabi, spaced-repetition revision, and OSCE simulations — turn what you just read into what you can recall on exam day.