nielsr HF staff commited on
Commit
10e393a
·
verified ·
1 Parent(s): 2151d7e

Add model card with paper, Github and project page links

Browse files

This PR improves the model card by:
- linking to the relevant paper;
- adding a relevant pipeline tag, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation;
- clarifying the license;
- adding the library name;
- linking to the code repository;
- linking to the project page.

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ This repository contains the model described in [LServe: Efficient Long-Sequence LLM Serving with Unified Sparse Attention](https://hf.co/papers/2502.14866).
8
+
9
+ The code for running the model can be found at https://github.com/mit-han-lab/OmniServe.
10
+ The project page is available at https://hanlab.mit.edu/projects/lserve