victormiller commited on
Commit
2cef59c
1 Parent(s): 38ac060

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -9
README.md CHANGED
@@ -8,17 +8,34 @@ tags:
8
  - nlp
9
  - llm
10
  ---
11
- # K2: a Fully Transparent OSS Language at Llama 2 Performance Using 35% Less Compute
12
 
13
- LLM360 demystifies the training recipe used for Llama 2 - 70B with K2. Reaching a comparable performance with Llama 2, K2 has 65B parameters
14
- and is trained on around 1.4T tokens, resulting a receipe of approximately 35% less compute.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- ## Evaluations
17
- <center><img src="eval_table_temp.png" alt="eval table"/></center>
18
 
19
  ## Datasets and Mix
20
 
21
- The following data mix was used to train K2 and achieve results in line with Llama 2 70B. The full data sequence will be available soon.
 
 
22
 
23
  | Dataset | Starting Tokens | Multiplier | Total Tokens |% of Total |
24
  | ----------- | ----------- | ----------- | ----------- | ----------- |
@@ -38,7 +55,19 @@ The following data mix was used to train K2 and achieve results in line with Lla
38
  | [refinedweb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) | 612.3B | 1x | 612.3B | 47.1% |
39
  | Totals | - | - | 1.3T | 100% |
40
 
41
- ## First 10 Checkpoints
 
 
 
 
 
 
 
 
 
 
 
 
42
  | Checkpoints | |
43
  | ----------- | ----------- |
44
  | [Checkpoint 360](https://huggingface.co/LLM360/K2/tree/ckpt_360) | [Checkpoint 355](https://huggingface.co/LLM360/K2/tree/ckpt_355) |
@@ -49,8 +78,13 @@ The following data mix was used to train K2 and achieve results in line with Lla
49
 
50
  [to find all branches: git branch -a]
51
 
52
- ## Additional Artifacts
53
- We are working on release caliber artifacts for the dataset, code, and analysis which will be released over the next few weeks.
 
 
 
 
 
54
 
55
 
56
  ## Model Description
 
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.
14
+
15
+ About K2:
16
+ * 65 billion parameter LLM
17
+ * Tokens: 1.4T
18
+ * Languages: English
19
+ * Models Released: base, chat model
20
+ * Trained in 2 stages
21
+ * License: Apache 2.0
22
+
23
+ K2 was developed as a collaboration between [MBZUAI](https://mbzuai.ac.ae/institute-of-foundation-models/), [Petuum](petuum.com), and [LLM360](llm360.ai).
24
+
25
+ ## LLM360 Model Performance and Evaluation Collection
26
+
27
+ The LLM360 Performance and Evaluation Collection is a robust evaluations set consisting of general and domain specific evaluations to assess model knowledge and function. Evaluations include standard best practice benchmarks, medical, math, and coding knowledge. More about the evaluations can be found [here](llm360.ai/evaluations).
28
+
29
+ put the general table in here
30
+
31
+ Detailed analysis can be found on the K2 Weights and Biases project [here](wandb.ai)
32
 
 
 
33
 
34
  ## Datasets and Mix
35
 
36
+ The following data mix was used to train K2 and achieve results in line with Llama 2 70B.
37
+
38
+ The full data sequence can be found [here](https://huggingface.co/datasets/LLM360/K2Datasets/tree/main)
39
 
40
  | Dataset | Starting Tokens | Multiplier | Total Tokens |% of Total |
41
  | ----------- | ----------- | ----------- | ----------- | ----------- |
 
55
  | [refinedweb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) | 612.3B | 1x | 612.3B | 47.1% |
56
  | Totals | - | - | 1.3T | 100% |
57
 
58
+
59
+ # LLM360 Reasearch Suite
60
+
61
+ ## Stage 2 - Last 10 Checkpoints
62
+ | Checkpoints | |
63
+ | ----------- | ----------- |
64
+ | [Checkpoint 380](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_380) | [Checkpoint 375](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_375) |
65
+ | [Checkpoint 379](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_379) | [Checkpoint 374](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_374) |
66
+ | [Checkpoint 378](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_378) | [Checkpoint 373](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_373) |
67
+ | [Checkpoint 377](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_377) | [Checkpoint 372](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_372) |
68
+ | [Checkpoint 376](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_376) | [Checkpoint 371](https://huggingface.co/LLM360/K2/tree/ministage2_ckpt_371) |
69
+
70
+ ## Stage 1 - Last 10 Checkpoints
71
  | Checkpoints | |
72
  | ----------- | ----------- |
73
  | [Checkpoint 360](https://huggingface.co/LLM360/K2/tree/ckpt_360) | [Checkpoint 355](https://huggingface.co/LLM360/K2/tree/ckpt_355) |
 
78
 
79
  [to find all branches: git branch -a]
80
 
81
+ ## LLM360 Pretraining Suite
82
+ We provide step-by-step reproducation tutorials for tech enthusiasts, AI practitioners and academic or industry researchers who want to learn pretraining techniques here [llm360.ai/pretraining]
83
+
84
+ ## LLM360 Developer Suite
85
+ We provide step-by-step finetuning tutorials for tech enthusiasts, AI practitioners and academic or industry researchers here [llm360.ai/pretraining].
86
+
87
+ #Put inference section here.
88
 
89
 
90
  ## Model Description