Views
No views yet
| Stage | Method | What it does |
|---|---|---|
| 1. Quantization | 4-bit GPTQ | Compresses weights from ~60GB to ~20GB for efficient inference |
| 2. Quantization-Aware Training | GPTQ-based QAT with calibration | Minimizes accuracy loss during quantization by optimizing scale/zero-point parameters against a calibration dataset |
| 3. Domain Fine-Tuning | QLoRA | Adapts the quantized model on medical and scientific corpora, recovering and improving accuracy for domain-specific reasoning |
| 4. Transparency | Adaptive layer removal | Removes the identity adaptive layer so the model correctly attributes its foundational architecture to its original creators |
| Model | Accuracy |
|---|---|
| Chaperone-Thinking-LQ-1.0 | 84% |
| GPT-4o | 88% |
| Benchmark | DeepSeek-R1 | OpenAI-o1-1217 | DeepSeek-R1-32B | OpenAI-o1-mini | Chaperone-Thinking-LQ-1.0 |
|---|---|---|---|---|---|
| AIME 2024 | 79.8 | 79.2 | 72.6 | 63.6 | 66.7 |
| GPQA Diamond | 71.5 | 75.7 | 62.1 | 60.0 | 56.7 |
| MATH-500 | 97.3 | 96.4 | 94.3 | 90.0 | 91.9 |
| MMLU | 90.8 | 91.8 | 87.4 | 85.2 | 85.9 |
Chaperone-Thinking-LQ-1.0 delivers competitive performance against full-precision frontier models at ~3x smaller model size.
| Metric | Chaperone-Thinking-LQ-1.0 | DeepSeek-R1-Distill-Qwen-32B |
|---|---|---|
| Throughput | 36.86 tok/s | 22.84 tok/s |
| Latency p50 | 11.49s | 20.10s |
| Latency p95 | 13.06s | 20.11s |
1.6x higher throughput with ~43% lower median latency. Averages over 10 trials, concurrency=1, max_tokens=512, temperature=0.
| Base model | DeepSeek-R1-Distill-Qwen-32B |
| Parameters | 32 billion |
| Quantization | 4-bit GPTQ |
| Fine-tuning | QLoRA on medical/scientific corpora |
| Model size | ~20GB |
| Precision | torch.float16 |
| Evaluation hardware | NVIDIA A100 80GB PCIe |
| CUDA | 12.4 |
| PyTorch | 2.6.0+cu124 |
1@misc{chaperone-thinking-lq,
2 title={Chaperone-Thinking-LQ-1.0: Domain-Optimized Reasoning via GPTQ-QAT and QLoRA},
3 author={Empirisch Technologies},
4 year={2025},
5 url={https://huggingface.co/empirischtech}
6}