I fine-tuned a 1.5B model into a groundedness judge on my laptop — and itI fine-tuned a 1.5B model into a groundedness judge on my laptop — and it
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started
I fine-tuned a 1.5B model into a groundedness judge on my laptop — and it matched a frontier judge 100% of the time, for $0 per call.
Every RAG or agent eval gate needs a judge: something that reads a (question, context, answer) triple and rules whether every claim is actually supported. Usually that judge is a frontier-model API call — so every CI run costs money, leaks data off-box, and gets rate-limited.
So I distilled that capability into a model that runs locally, in CI, on every commit.
groundcheck (open source): • Dataset with labels correct by construction — no human labelling, no LLM labelling. • QLoRA fine-tune of a 1.5B model, 4-bit, ~4.5 min on an 8 GB laptop GPU. • The rule: the fine-tune ships only if the eval suite says it beats the baseline.
Results on held-out cases the model never saw: • base model, zero-shot: F1 0.083 (it hedges; handles refusals 0% of the time) • fine-tuned: F1 1.000
Then the question that actually matters — does it match a frontier judge? On 60 held-out cases, my local judge and a frontier teacher both scored 1.000 accuracy, with 100% agreement. Cost: $0.026 / 1,000 calls for the frontier judge, $0.00 for mine.
Honest scope: the corpus is synthetic (labels correct by construction) — this proves the pipeline end to end. Next: real RAG traces.
The loss curve doesn't decide what ships. The eval suite does. Repo + results → https://github.com/enached134-ctrl/groundcheck

github.com

GitHub - enached134-ctrl/groundcheck

Contribute to enached134-ctrl/groundcheck development by creating an account on GitHub.

Back to feed
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started