Fix arXiv link and update GitHub repository URL
Browse filesUpdated arXiv link and repository URL in README.
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
**Paper:** Capability-Guided Compression: Toward Interpretability-Aware Budget Allocation for Large Language Models
|
| 4 |
**Author:** Rishaank Gupta, Independent Researcher, 2026
|
| 5 |
-
**arXiv:**
|
| 6 |
|
| 7 |
---
|
| 8 |
|
|
@@ -35,7 +35,7 @@ For CGC v2 experiments on Llama 3 8B with positive results, see the companion `c
|
|
| 35 |
## Installation
|
| 36 |
|
| 37 |
```bash
|
| 38 |
-
git clone https://github.com/
|
| 39 |
cd cgc
|
| 40 |
pip install -e .
|
| 41 |
```
|
|
|
|
| 2 |
|
| 3 |
**Paper:** Capability-Guided Compression: Toward Interpretability-Aware Budget Allocation for Large Language Models
|
| 4 |
**Author:** Rishaank Gupta, Independent Researcher, 2026
|
| 5 |
+
**arXiv:** https://arxiv.org/abs/2603.16440
|
| 6 |
|
| 7 |
---
|
| 8 |
|
|
|
|
| 35 |
## Installation
|
| 36 |
|
| 37 |
```bash
|
| 38 |
+
git clone https://github.com/rishaankgupta/CGC.git
|
| 39 |
cd cgc
|
| 40 |
pip install -e .
|
| 41 |
```
|