safal312 commited on
Commit
181ac7d
·
verified ·
1 Parent(s): e48c90d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - qwen
7
+ - layer-pruning
8
+ - qlora
9
+ - compression
10
+ - reasoning
11
+ pipeline_tag: text-generation
12
+ base_model: qwen2.5-7b-instruct
13
+ ---
14
+
15
+ # Iterative-Qwen-7layers-SGR-Dolci
16
+
17
+ This model is a **depth-pruned** version of **Qwen2.5-7B-Instruct**, obtained via **Iterative layer pruning** and post-trained using **QLoRA** with **Self-Generated Responses (SGR)** on the **Dolci** dataset.
18
+
19
+ It was released as part of our study on the limits of layer pruning for generative reasoning.
20
+
21
+ ## Summary
22
+ - **Base model:** Qwen2.5-7B-Instruct
23
+ - **Pruning:** Iterative
24
+ - **Depth:** 7 layers
25
+ - **Post-training:** QLoRA
26
+ - **Supervision:** Self-Generated Responses (SGR)
27
+ - **Data:** Dolci (SGR variant)
28
+
29
+ This checkpoint is intended for **research and analysis of pruning and recovery**, not as a production model.
30
+
31
+ ## Paper
32
+
33
+ **On the Limits of Layer Pruning for Generative Reasoning in LLMs**
34
+ https://arxiv.org/abs/2602.01997
35
+
36
+ ```bibtex
37
+ @misc{shrestha2026limitslayerpruninggenerative,
38
+ title={On the Limits of Layer Pruning for Generative Reasoning in LLMs},
39
+ author={Safal Shrestha and Anubhav Shrestha and Aadim Nepal and Minwu Kim and Keith Ross},
40
+ year={2026},
41
+ eprint={2602.01997},
42
+ archivePrefix={arXiv},
43
+ primaryClass={cs.LG},
44
+ url={https://arxiv.org/abs/2602.01997},
45
+ }