QQTang1223 commited on
Commit
fbc067b
·
verified ·
1 Parent(s): 38e34ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -46
README.md CHANGED
@@ -1,48 +1,14 @@
1
  ---
2
- license: other
3
- tags: []
4
-
5
- #model-type:
6
- ##如 gpt、phi、llama、chatglm、baichuan 等
7
- #- gpt
8
-
9
- #domain:
10
- ##如 nlp、cv、audio、multi-modal
11
- #- nlp
12
-
13
- #language:
14
- ##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
15
- #- cn
16
-
17
- #metrics:
18
- ##如 CIDEr、Blue、ROUGE 等
19
- #- CIDEr
20
-
21
- #tags:
22
- ##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
23
- #- pretrained
24
-
25
- #tools:
26
- ##如 vllm、fastchat、llamacpp、AdaSeq 等
27
- #- vllm
28
  ---
29
- ### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
30
- #### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
31
-
32
- SDK下载
33
- ```bash
34
- #安装ModelScope
35
- pip install modelscope
36
- ```
37
- ```python
38
- #SDK模型下载
39
- from modelscope import snapshot_download
40
- model_dir = snapshot_download('younySheep/nsa_llama')
41
- ```
42
- Git下载
43
- ```
44
- #Git模型下载
45
- git clone https://www.modelscope.cn/younySheep/nsa_llama.git
46
- ```
47
-
48
- <p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
 
1
  ---
2
+ frameworks:
3
+ - pytorch
4
+ license: apache-2.0
5
+ tasks:
6
+ - text-generation
7
+ language:
8
+ - en
9
+ base_model:
10
+ - Llama/Llama-3.1-8B-Instruct
11
+ pipeline_tag: text-generation
12
+ library_name: transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
+ [Elastic Attention: Test-time Adaptive Sparsity Ratios for Efficient Transformers](https://www.arxiv.org/abs/2601.17367)