Sheared-LLaMA-2.7B / README.md
princeton-nlp's picture
Update README.md
5760137
|
raw
history blame
No virus
535 Bytes
metadata
license: apache-2.0

license: apache-2.0

Sheared-LLaMA-2.7B is a model pruned and further pre-trained from meta-llama/Llama-2-7b-hf. We dynamically load data from the RedPajama dataset. We use 0.4B tokens for pruning and 50B tokens for continued pre-training the pruned model. This model can be loaded into huggingface via

model = AutoModelForCausalLM.from_pretrained("princeton-nlp/Sheared-LLaMA-2.7B")