--- license: mit --- **Paper**: [Selection-p: Self-Supervised Task-Agnostic Prompt Compression for Faithfulness and Transferability](https://arxiv.org/abs/2410.11786) **Code**: https://github.com/TTChungC/Selection-p ``` from selectionp import SelectionP model = SelectionP.from_pretrained('ttchungc/selection-p') ```