Aryanne commited on
Commit
6c2b729
1 Parent(s): b38be73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -5,3 +5,34 @@ Some GGUF v2 quantizations of the model [princeton-nlp/Sheared-LLaMA-1.3B](https
5
 
6
 
7
  Sheared-LLaMA-1.3B is a model pruned and further pre-trained from [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf). We dynamically load data from the [RedPajama dataset](https://github.com/togethercomputer/RedPajama-Data). We use 0.4B tokens for pruning and 50B tokens for continued pre-training the pruned model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
 
7
  Sheared-LLaMA-1.3B is a model pruned and further pre-trained from [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf). We dynamically load data from the [RedPajama dataset](https://github.com/togethercomputer/RedPajama-Data). We use 0.4B tokens for pruning and 50B tokens for continued pre-training the pruned model.
8
+
9
+ - Smaller-scale
10
+ - Same vocabulary as LLaMA1 and LLaMA2
11
+ - Derived with a budget of 50B tokens by utilizing existing strong LLMs
12
+
13
+ ## Downstream Tasks
14
+
15
+ We evaluate on an extensive set of downstream tasks including reasoning, reading comprehension, language modeling and knowledge intensive tasks. Our Sheared-LLaMA models outperform existing large language models.
16
+
17
+ | Model | # Pre-training Tokens | Average Performance |
18
+ | ------------------- | --------------------- | ------------------- |
19
+ | LLaMA2-7B | 2T | 64.6 |
20
+
21
+ **1.3B**
22
+
23
+ | Model | # Pre-training Tokens | Average Performance |
24
+ | ------------------- | --------------------- | ------------------- |
25
+ | OPT-1.3B | 300B | 48.2 |
26
+ | Pythia-1.4B | 300B | 48.9 |
27
+ | **Sheared-LLaMA-1.3B** | **50B** | **51.0** |
28
+
29
+ **3B**
30
+
31
+ | Model | # Pre-training Tokens | Average Performance |
32
+ | ------------------- | --------------------- | ------------------- |
33
+ | OPT-2.7B | 300B | 51.4 |
34
+ | Pythia-2.8B | 300B | 52.5 |
35
+ | INCITE-Base-3B | 800B | 54.7 |
36
+ | Open-LLaMA-3B-v1 | 1T | 55.1 |
37
+ | Open-LLaMA-3B-v2 | 1T | 55.7 |
38
+ | Sheared-LLaMA-2.7B | 50B | 56.7 |