LoRA on abliterated Qwen 3.8-27B for internal codebase recall[P]

Reddit r/MachineLearning Models

Summary

A LoRA adapter was trained on an abliterated Qwen 3.8-27B model to enhance internal codebase recall, demonstrating superior performance over Claude models on private-repo-specific tasks in evaluations.

Trained a LoRA on top of huihui-ai/Huihui-Qwen3.8-27B-abliterated to get the model to recall internal codebase conventions (migration rules, deploy checks, secret handling) without touching the base weights cheap to train (r=16, ~80M trainable params, ~7.5 hours) and cheap to share compared to shipping a full fine-tuned checkpoint. Disclosure: part of a side project of mine (ClawHunt). Went with the abliterated base because refusal behavior gets in the way for internal-tooling use cases. That behavior is inherited from Huihui's fork, not something I added worth knowing if you build on top of it, since it changes what the model will and won't refuse. Where it's actually strong: ran it against Claude Sonnet 5 and Opus 5 on the same 96 prompts, and it wins clearly on private-repo-specific recall makes sense, since Claude never saw that codebase. More interesting to me, the two Claude models failed the hallucination-related gates in different ways from each other, which wasn't something I expected going in. On the eval against the previous adapter version, I'd rather report it straight than round it up: passed all 6 internal gates, but the gain over the prior version wasn't statistically significant (McNemar p=0.5), and the best score ties rather than beats an earlier benchmark. Figured that's more useful to share than pretending it was a bigger jump than it was. Not deployed anywhere yet, still experimental. Model card for reference: huggingface.co/Clawhunt-store/clawhunt-p6-candidate-20260909
Original Article

Similar Articles

Real Continual Learning Model (Prototype)

Reddit r/ArtificialInteligence

A developer claims to have built a real continual learning model prototype using LoRA to give Qwen4B instant, generalizable memory without retraining, and is inviting independent researchers to validate the mechanism.