dreamerdeo commited on
Commit
91dbac8
1 Parent(s): fbf8f22

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ - id
7
+ - th
8
+ - vi
9
+ - ms
10
+ - lo
11
+ ---
12
+ ### SailCraft: Data Toolkit for Sailor Language Models
13
+
14
+ This repository provides the data processing model for large language model training.
15
+
16
+ - **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
17
+ - **Codebase:** [github.com/sail-sg/sailcraft](https://github.com/sail-sg/sailcraft)
18
+ - **Technical Report:** [arxiv.org/pdf/2404.03608.pdf](https://arxiv.org/pdf/2404.03608.pdf)
19
+
20
+
21
+ ## Acknowledgment
22
+
23
+ Thanks to the contributors of the following projects:
24
+
25
+ - [text-dedup](https://github.com/ChenghaoMou/text-dedup)
26
+ - [exact-dedup](https://github.com/google-research/deduplicate-text-datasets)
27
+ - [bigscience-data-preparation](https://github.com/bigscience-workshop/data-preparation)
28
+ - [bigscience-data-tooling](https://github.com/bigscience-workshop/data_tooling)
29
+
30
+ ## Citing this work
31
+
32
+ If you use this repository or sailor models, please cite
33
+
34
+ ```
35
+ @misc{dou2024sailor,
36
+ title={Sailor: Open Language Models for South-East Asia},
37
+ author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
38
+ year={2024},
39
+ eprint={2404.03608},
40
+ archivePrefix={arXiv},
41
+ primaryClass={cs.CL}
42
+ }
43
+ ```
44
+
45
+ ## Contact
46
+
47
+ If you have any questions, please raise an issue on our GitHub repository or contact <a href="mailto:doulx@sea.com">doulx@sea.com</a>.