Add pipeline tag and project page link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
library_name: kvpress
|
| 8 |
---
|
| 9 |
|
| 10 |
# RestoreKV Checkpoints
|
| 11 |
|
| 12 |
Trained restore-token embeddings + LoRA adapters for
|
| 13 |
-
**RestoreKV** ([paper](https://arxiv.org/abs/2608.01247)), a budget-matched,
|
| 14 |
single-pass plug-in that recovers full-cache behavior under aggressive
|
| 15 |
query-agnostic KV cache eviction (built on
|
| 16 |
[KVzip](https://github.com/snu-mllab/KVzip)).
|
|
@@ -55,4 +56,4 @@ Released under **CC BY-NC 4.0** (research / non-commercial use only). These
|
|
| 55 |
checkpoints are distilled using a training mixture that contains
|
| 56 |
[LongAlpaca](https://huggingface.co/datasets/Yukang/LongAlpaca-12k)-derived
|
| 57 |
self-study data, so they inherit its most restrictive component license
|
| 58 |
-
(CC BY-NC 4.0).
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: kvpress
|
| 3 |
license: cc-by-nc-4.0
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
+
- kv-cache-compression
|
| 7 |
+
- long-context
|
| 8 |
+
- lora
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# RestoreKV Checkpoints
|
| 12 |
|
| 13 |
Trained restore-token embeddings + LoRA adapters for
|
| 14 |
+
**RestoreKV** ([paper](https://arxiv.org/abs/2608.01247) | [project page](https://paper.pnu-cvsp.com/RestoreKV/)), a budget-matched,
|
| 15 |
single-pass plug-in that recovers full-cache behavior under aggressive
|
| 16 |
query-agnostic KV cache eviction (built on
|
| 17 |
[KVzip](https://github.com/snu-mllab/KVzip)).
|
|
|
|
| 56 |
checkpoints are distilled using a training mixture that contains
|
| 57 |
[LongAlpaca](https://huggingface.co/datasets/Yukang/LongAlpaca-12k)-derived
|
| 58 |
self-study data, so they inherit its most restrictive component license
|
| 59 |
+
(CC BY-NC 4.0).
|