LoRA on abliterated Qwen 3.8-27B for internal codebase recall[P]
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.
Similar Articles
Recover-LoRA for Aggressive Quantization: Reclaiming Accuracy in 2-Bit Language Models via Low-Rank Adaptation with Knowledge Distillation on Synthetic Data
Researchers from AMD propose Recover-LoRA, a method that uses low-rank adaptation with knowledge distillation on synthetic data to recover accuracy lost from aggressive 2-bit quantization of LLMs, achieving 80–95% accuracy recovery on 9 of 12 benchmarks for Qwen3-4B using only 10k synthetic samples.
Code2LoRA: Hypernetwork-Generated Adapters for Code Language Models under Software Evolution
Code2LoRA introduces a hypernetwork that generates LoRA adapters from a repository in a single forward pass, allowing frozen code LLMs to adapt to repository context without extra tokens, and supporting evolving codebases efficiently. It also delivers RepoPeftBench, a benchmark for repo-conditioned code modeling.
AQLoRA: A Zero-Search Recipe for Fast Quantized LoRA Fine-Tuning
AQLoRA is a zero-search method that accelerates quantized LoRA fine-tuning by adaptively keeping layers with high NF4 reconstruction error in fp16, achieving up to 11% faster training with minimal accuracy loss.
Real Continual Learning Model (Prototype)
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.
How Small Can You Go? LoRA Fine-Tuning 270M-8B Models for Merchant Information Extraction in Financial Transactions
This paper presents a deployment-focused study comparing LoRA fine-tuning of 24 model variants (270M–8B parameters) for merchant information extraction from financial transaction strings. The authors find that smaller models like Qwen 3.5 4B achieve 96.6% F1, within 0.35 points of the 8B baseline, while offering significant reductions in latency and cost.