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