Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
3
6
17
luis lacarte
lucid-gunner
Follow
Gargaz's profile picture
Mi6paulino's profile picture
2 followers
·
14 following
AI & ML interests
None yet
Recent Activity
reacted
to
codelion
's
post
with 🔥
about 1 month ago
I wanted to share a technique that's been working really well for recovering performance after INT4 quantization. Typically, quantizing the LLM to INT4 (unlike say INT8) for inference can incur some accuracy loss. Instead of accepting the quality loss, we used the FP16 model as a teacher to train a tiny LoRA adapter (rank=16) for the quantized model. The cool part: the model generates its own training data using the Magpie technique so no external datasets needed. This is critical because we want to remain as much as possible in the distribution of the model's natural responses. Last year Apple's foundational models paper (https://arxiv.org/pdf/2407.21075) had proposed a similar technique and found "By using accuracy-recovery LoRA adapters with only rank 16, Alpaca win rate can be improved by 7-18%, GMS8K accuracy is boosted by 5-10%." (page 47). We saw similar results on Qwen3-0.6B: Perplexity: 2.40 → 2.09 (only 5.7% degradation from FP16 baseline) Memory: Only 0.28GB vs 1.0GB for FP16 (75% reduction) Speed: 3.0x faster inference than FP16 Quality: Generates correct, optimized code solutions - Pre-trained adapter: https://huggingface.co/codelion/Qwen3-0.6B-accuracy-recovery-lora - GitHub repo: https://github.com/codelion/ellora Happy to answer questions about the implementation or help anyone trying to replicate this. The key insight is that quantization errors are systematic and learnable - a small adapter can bridge the gap without negating the benefits of quantization. Has anyone else experimented with self-distillation for quantization recovery? Would love to hear about different approaches!
new
activity
about 2 months ago
mradermacher/Kimi-VL-A3B-Thinking-2506-GGUF:
could you please upload mmproj too?
upvoted
a
collection
about 2 months ago
GPT-OSS Pruned Experts (4.2B-20B) [IF, Science, Math, etc.]
View all activity
Organizations
None yet
models
8
Sort: Recently updated
lucid-gunner/adullama3.1-v2-GGUF
8B
•
Updated
Dec 12, 2024
•
6
lucid-gunner/adullama3.1-v2
Text Generation
•
Updated
Dec 12, 2024
lucid-gunner/Llama-3.1-Minitron-4B-Depth-Neo-10w-Q4_K_M-GGUF
5B
•
Updated
Nov 12, 2024
•
1
lucid-gunner/adullama3.1-v1
Text Generation
•
Updated
Nov 3, 2024
lucid-gunner/adullama3.1-TEST-GGUF
8B
•
Updated
Nov 1, 2024
•
21
lucid-gunner/RYS-Gemma-2-9b-it-Q5_K_M-GGUF
12B
•
Updated
Sep 17, 2024
•
2
lucid-gunner/RYS-Llama-3.1-8B-Instruct-Q5_K_M-GGUF
9B
•
Updated
Sep 17, 2024
•
2
lucid-gunner/Artigenz-Coder-DS-6.7B-Q8_0-GGUF
7B
•
Updated
Aug 1, 2024
datasets
0
None public yet