hunterhector
commited on
Commit
•
f6f8cac
1
Parent(s):
90dfb5b
Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,20 @@ Get access now at [LLM360 site](https://www.llm360.ai/)
|
|
33 |
- [Code to produce data](https://github.com/LLM360/amber-data-prep)
|
34 |
- [Amber Model](https://huggingface.co/LLM360/Amber)
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
# Loading Amber's Pretraining Data
|
38 |
|
@@ -65,4 +79,15 @@ for i, line in enumerate(dataset["train"]):
|
|
65 |
|
66 |
|
67 |
# Citation
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
- [Code to produce data](https://github.com/LLM360/amber-data-prep)
|
34 |
- [Amber Model](https://huggingface.co/LLM360/Amber)
|
35 |
|
36 |
+
## DataMix
|
37 |
+
The amber dataset uses the following data mix.
|
38 |
+
|
39 |
+
| Subset | Tokens (Billion) |
|
40 |
+
| ----------- | ----------- |
|
41 |
+
| Arxiv | 30.00 |
|
42 |
+
| Book | 28.86 |
|
43 |
+
| C4 | 197.67 |
|
44 |
+
| Refined-Web | 665.01 |
|
45 |
+
| StarCoder | 291.92 |
|
46 |
+
| StackExchange | 21.75 |
|
47 |
+
| Wikipedia | 23.90 |
|
48 |
+
| Total | 1259.13 |
|
49 |
+
|
50 |
|
51 |
# Loading Amber's Pretraining Data
|
52 |
|
|
|
79 |
|
80 |
|
81 |
# Citation
|
82 |
+
To cite LLM360, you can cite the following:
|
83 |
+
|
84 |
+
@misc{liu2023llm360,
|
85 |
+
title={LLM360: Towards Fully Transparent Open-Source LLMs},
|
86 |
+
author={Zhengzhong Liu and Aurick Qiao and Willie Neiswanger and Hongyi Wang and Bowen Tan and Tianhua Tao and Junbo Li and Yuqi Wang and Suqi Sun and Omkar Pangarkar and Richard Fan and Yi Gu and Victor Miller and Yonghao Zhuang and Guowei He and Haonan Li and Fajri Koto and Liping Tang and Nikhil Ranjan and Zhiqiang Shen and Xuguang Ren and Roberto Iriondo and Cun Mu and Zhiting Hu and Mark Schulze and Preslav Nakov and Tim Baldwin and Eric P. Xing},
|
87 |
+
year={2023},
|
88 |
+
eprint={2312.06550},
|
89 |
+
archivePrefix={arXiv},
|
90 |
+
primaryClass={cs.CL}
|
91 |
+
}
|
92 |
+
|
93 |
+
If you only uses the original dataset, please cite the original datasets.
|