File size: 321 Bytes
100ff89 a298735 100ff89 a298735 100ff89 |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
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')
``` |