Add pipeline tag, paper link, and improve model card documentation
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. This PR improves the documentation for this model.
Key changes:
- Added
pipeline_tag: text-generationto the YAML metadata for better discoverability. - Added a link to the research paper: Make Each Token Count: Towards Improving Long-Context Performance with KV Cache Eviction.
- Added a link to the official GitHub repository.
- Refined the "Quick Start" section to ensure users understand how to load the model using the
trimkvlibrary.
ngocbh changed pull request status to merged