Text Generation
Transformers
Safetensors
llama
sparse
code
text-generation-inference
Inference Endpoints
mgoin commited on
Commit
cf3b84f
1 Parent(s): 09617f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -15,6 +15,8 @@ tags:
15
 
16
  This repo contains a [50% sparse Llama 2 7B](https://huggingface.co/neuralmagic/Llama-2-7b-pruned50-retrained) finetuned for code generation tasks using the [Evolved CodeAlpaca](https://huggingface.co/datasets/theblackcat102/evol-codealpaca-v1) dataset.
17
 
 
 
18
  **Authors**: Neural Magic, Cerebras
19
 
20
  ## Usage
 
15
 
16
  This repo contains a [50% sparse Llama 2 7B](https://huggingface.co/neuralmagic/Llama-2-7b-pruned50-retrained) finetuned for code generation tasks using the [Evolved CodeAlpaca](https://huggingface.co/datasets/theblackcat102/evol-codealpaca-v1) dataset.
17
 
18
+ Official model weights from [Enabling High-Sparsity Foundational Llama Models with Efficient Pretraining and Deployment](https://arxiv.org/abs/2405.03594).
19
+
20
  **Authors**: Neural Magic, Cerebras
21
 
22
  ## Usage