Spaces:
Running
Running
Feature(LongLLMLingua): add LongLLMLingua paper link
Browse files
app.py
CHANGED
@@ -20,6 +20,9 @@ To use it, upload your prompt and set the compression target.
|
|
20 |
3. π€ Try experimenting with different target compression ratios or other hyperparameters to optimize the performance.
|
21 |
|
22 |
You can check our [repo](https://aka.ms/LLMLingua)!
|
|
|
|
|
|
|
23 |
"""
|
24 |
|
25 |
INTRO_EXAMPLES = '''
|
|
|
20 |
3. π€ Try experimenting with different target compression ratios or other hyperparameters to optimize the performance.
|
21 |
|
22 |
You can check our [repo](https://aka.ms/LLMLingua)!
|
23 |
+
|
24 |
+
We also has a work to compress long context scenories, using less cost but even improve the downstream performance, LongLLMLingua.<\br>
|
25 |
+
[LongLLMLingua: Accelerating and Enhancing LLMs in Long Context Scenarios via Prompt Compression](https://arxiv.org/abs/2310.06839) (Under Review).<br>
|
26 |
"""
|
27 |
|
28 |
INTRO_EXAMPLES = '''
|