qazimbhat1 commited on
Commit
9eb2abe
1 Parent(s): 551b2c3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +137 -0
README.md ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
+ tags:
8
+ - nlp
9
+ - llm
10
+ ---
11
+ # K2: a fully-reproducible large language model outperforming Llama 2 70B using 35% less compute
12
+
13
+ LLM360 demystifies the training recipe used for Llama 2 70B with K2. K2 is fully transparent, meaning we’ve open-sourced all artifacts, including code, data, model checkpoints, intermediate results, and more.
14
+
15
+ <center><img src="k2_eval_table.png" alt="k2 eval table" /></center>
16
+
17
+ ## About K2:
18
+ * 65 billion parameter LLM
19
+ * Tokens: 1.4T
20
+ * Languages: English
21
+ * Models Released: base, chat model
22
+ * Trained in 2 stages
23
+ * License: Apache 2.0
24
+
25
+ K2 was developed as a collaboration between [MBZUAI](https://mbzuai.ac.ae/institute-of-foundation-models/), [Petuum](https://www.petuum.com/), and [LLM360](https://www.llm360.ai/).
26
+
27
+ ## LLM360 Model Performance and Evaluation Collection
28
+
29
+ The LLM360 Performance and Evaluation Collection is a robust evaluations set consisting of general and domain specific evaluations to assess model knowledge and function.
30
+
31
+
32
+ Evaluations include standard best practice benchmarks, medical, math, and coding knowledge. More about the evaluations can be found [here](https://www.llm360.ai/evaluation.html).
33
+
34
+
35
+ <center><img src="k2_table_of_tables.png" alt="k2 big eval table"/></center>
36
+
37
+
38
+ Detailed analysis can be found on the K2 Weights and Biases project [here](https://wandb.ai/llm360/K2?nw=29mu6l0zzqq)
39
+
40
+
41
+ ## K2 Gallery
42
+ The K2 gallery allows one to browse the output of various prompts on intermediate K2 checkpoints, which provides an intuitive understanding on how the model develops and improves over time. This is inspired by The Bloom Book.
43
+
44
+ [View K2 gallery here](https://huggingface.co/spaces/LLM360/k2-gallery)
45
+
46
+ ## Datasets and Mix
47
+
48
+ The following data mix was used to train K2 and achieve results in line with Llama 2 70B.
49
+
50
+ The full data sequence can be found [here](https://huggingface.co/datasets/LLM360/K2Datasets/tree/main)
51
+
52
+ | Dataset | Starting Tokens | Multiplier | Total Tokens |% of Total |
53
+ | ----------- | ----------- | ----------- | ----------- | ----------- |
54
+ | dm-math | 4.33B | 3x | 13B | 1% |
55
+ | pubmed-abstracts | 4.77B | 3x | 14.3B | 1.1% |
56
+ | uspto | 4.77B | 3x | 14.3B | 1.1% |
57
+ | pubmed-central | 26B | 1x | 26B | 2% |
58
+ | [redpajama.arxiv](https://huggingface.co/datasets/cerebras/SlimPajama-627B) | 27.3B | 1x | 27.3B | 2.1% |
59
+ | [starcoder.spm](https://huggingface.co/datasets/bigcode/starcoderdata) | 67.6B | 0.5x | 33.8B | 2.6% |
60
+ | [starcoder.fim](https://huggingface.co/datasets/bigcode/starcoderdata) | 67.6B | 0.5x | 33.8B | 2.6% |
61
+ | [redpajama.stackexchange](https://huggingface.co/datasets/cerebras/SlimPajama-627B) | 61.1B | 1x | 61.1B | 4.7% |
62
+ | [starcoder](https://huggingface.co/datasets/bigcode/starcoderdata) | 132.6B | 0.5x | 66.3B | 5.1% |
63
+ | [pile-of-law](https://huggingface.co/datasets/pile-of-law/pile-of-law) | 76.7B | 1x | 76.7B | 5.9% |
64
+ | [redpajama.book](https://huggingface.co/datasets/cerebras/SlimPajama-627B) | 80.6B | 1x | 80.6B | 6.2% |
65
+ | s2orc | 107.9B | 1x | 107.9B | 8.3% |
66
+ | [redpajama.wikipedia](https://huggingface.co/datasets/cerebras/SlimPajama-627B) | 22.1B | 6x | 132.6B | 10.2% |
67
+ | [refinedweb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) | 612.3B | 1x | 612.3B | 47.1% |
68
+ | Totals | - | - | 1.3T | 100% |
69
+
70
+
71
+ # LLM360 Reasearch Suite
72
+
73
+ ## Stage 2 - Last 10 Checkpoints
74
+ | Checkpoints | |
75
+ | ----------- | ----------- |
76
+ | [Checkpoint 380](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_380) | [Checkpoint 375](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_375) |
77
+ | [Checkpoint 379](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_379) | [Checkpoint 374](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_374) |
78
+ | [Checkpoint 378](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_378) | [Checkpoint 373](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_373) |
79
+ | [Checkpoint 377](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_377) | [Checkpoint 372](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_372) |
80
+ | [Checkpoint 376](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_376) | [Checkpoint 371](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_371) |
81
+
82
+ ## Stage 1 - Last 10 Checkpoints
83
+ | Checkpoints | |
84
+ | ----------- | ----------- |
85
+ | [Checkpoint 360](https://huggingface.co/LLM360/K2/tree/ckpt_360) | [Checkpoint 355](https://huggingface.co/LLM360/K2/tree/ckpt_355) |
86
+ | [Checkpoint 359](https://huggingface.co/LLM360/K2/tree/ckpt_359) | [Checkpoint 354](https://huggingface.co/LLM360/K2/tree/ckpt_354) |
87
+ | [Checkpoint 358](https://huggingface.co/LLM360/K2/tree/ckpt_358) | [Checkpoint 353](https://huggingface.co/LLM360/K2/tree/ckpt_353) |
88
+ | [Checkpoint 357](https://huggingface.co/LLM360/K2/tree/ckpt_357) | [Checkpoint 352](https://huggingface.co/LLM360/K2/tree/ckpt_352) |
89
+ | [Checkpoint 356](https://huggingface.co/LLM360/K2/tree/ckpt_356) | [Checkpoint 351](https://huggingface.co/LLM360/K2/tree/ckpt_351) |
90
+
91
+ [to find all branches: git branch -a]
92
+
93
+ ## LLM360 Pretraining Suite
94
+ We provide step-by-step reproducation tutorials for tech enthusiasts, AI practitioners and academic or industry researchers who want to learn pretraining techniques [here](https://www.llm360.ai/pretraining.html).
95
+
96
+ ## LLM360 Developer Suite
97
+ We provide step-by-step finetuning tutorials for tech enthusiasts, AI practitioners and academic or industry researchers [here](https://www.llm360.ai/developer.html).
98
+
99
+ # Loading K2
100
+ ```python
101
+ from transformers import AutoModelForCausalLM, AutoTokenizer
102
+
103
+ tokenizer = AutoTokenizer.from_pretrained("LLM360/K2")
104
+ model = AutoModelForCausalLM.from_pretrained("LLM360/K2")
105
+
106
+ prompt = 'what is the highest mountain on earth?'
107
+
108
+ input_ids = tokenizer(prompt, return_tensors="pt").input_ids
109
+ gen_tokens = model.generate(input_ids, do_sample=True, max_new_tokens=128)
110
+
111
+ print("-"*20 + "Output for model" + 20 * '-')
112
+ print(tokenizer.batch_decode(gen_tokens)[0])
113
+ ```
114
+
115
+
116
+
117
+ ## About LLM360
118
+ LLM360 is an open research lab enabling community-owned AGI through open-source large model research and development.
119
+
120
+
121
+ LLM360 enables community-owned AGI by creating standards and tools to advance the bleeding edge of LLM capability and empower knowledge transfer, research, and development.
122
+
123
+ We believe in a future where artificial general intelligence (AGI) is created by the community, for the community. Through an open ecosystem of equitable computational resources, high quality data, and flowing technical knowledge, we can ensure ethical AGI development and universal access for all innovators.
124
+
125
+ [Visit us](https://www.llm360.ai/)
126
+
127
+ ## Citation
128
+
129
+ **BibTeX:**
130
+
131
+ ```bibtex
132
+ @article{
133
+ title={LLM360 K2-65B: Scaling Up Fully Transparent Open-Source LLMs},
134
+ author={The LLM360 Team},
135
+ year={2024},
136
+ }
137
+ ```