namespace-Pt commited on
Commit
564b63d
·
verified ·
1 Parent(s): ccacb0d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: text-generation
6
 
7
  # Intro
8
 
9
- [Activation Beacon](https://arxiv.org/abs/2401.03462) compresses the original KV into fewer yet more compact states (a.k.a. beacons) and hence enabling the LLM to perceive longer context given its fixed context window. It is known for the following features:
10
  - **Effective**
11
  - there is little information loss given a compression ratio of 2, 4, and 8;
12
  - **Efficient**
 
6
 
7
  # Intro
8
 
9
+ [Activation Beacon](https://arxiv.org/abs/2401.03462) compresses the original KV into fewer yet more compact states (a.k.a. beacons) and hence enables the LLM to perceive longer context given its fixed context window. It is known for the following features:
10
  - **Effective**
11
  - there is little information loss given a compression ratio of 2, 4, and 8;
12
  - **Efficient**