Lostboy231 commited on
Commit
49b3208
·
unverified ·
1 Parent(s): 69202a6

Fix arXiv link and update GitHub repository URL

Browse files

Updated arXiv link and repository URL in README.

Files changed (1) hide show
  1. README.md +2 -2
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:** [your arXiv ID]
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/YOUR_USERNAME/cgc.git
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
  ```