Raincleared commited on
Commit
2e8f7b7
·
verified ·
1 Parent(s): 3b17372

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: llama2
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
+ language:
4
+ - en
5
  ---
6
+
7
+ # ProSparse-LLaMA-2-13B-GGUF
8
+
9
+ - Original model: [SparseLLM/ProSparse-LLaMA-2-13B](https://huggingface.co/SparseLLM/prosparse-llama-2-13b)
10
+ - Converted & distributed by: [PowerInfer](https://huggingface.co/PowerInfer)
11
+
12
+ This model is the downstream distribution of [SparseLLM/ProSparse-LLaMA-2-13B](https://huggingface.co/SparseLLM/prosparse-llama-2-13b) in PowerInfer GGUF format consisting of the LLM model weights and predictor weights.
13
+
14
+ ### Citation
15
+
16
+ Please kindly cite using the following BibTeX:
17
+
18
+ ```bibtex
19
+ @article{song2024prosparse,
20
+ title={{ProSparse}: Introducing and Enhancing Intrinsic Activation Sparsity within Large Language Models},
21
+ author={Song, Chenyang and Han, Xu and Zhang, Zhengyan and Hu, Shengding and Shi, Xiyu and Li, Kuai and Chen, Chen and Liu, Zhiyuan and Li, Guangli and Yang, Tao and Sun, Maosong},
22
+ year={2024},
23
+ }
24
+ ```