dreamerdeo
commited on
Commit
•
9f96128
1
Parent(s):
6ad2fb4
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ Benchmarking results demonstrate Sailor's proficiency in tasks such as question
|
|
43 |
- **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
|
44 |
- **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
|
45 |
- **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
|
46 |
-
- **Technical Report:**
|
47 |
|
48 |
|
49 |
## Training details
|
@@ -142,6 +142,21 @@ Install `llama-cpp-python` and `gradio`, then run [script](https://github.com/sa
|
|
142 |
Sailor is distributed under the terms of the Apache License 2.0.
|
143 |
No restrict on the research and the commercial use, but should comply with the [Qwen License](https://huggingface.co/Qwen/Qwen1.5-1.8B/blob/main/LICENSE).
|
144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
# Contact Us
|
146 |
|
147 |
If you have any questions, please raise an issue or contact us at [doulx@sea.com](mailto:doulx@sea.com) or [liuqian@sea.com](mailto:liuqian@sea.com).
|
|
|
43 |
- **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
|
44 |
- **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
|
45 |
- **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
|
46 |
+
- **Technical Report:** [arxiv.org/pdf/2404.03608.pdf](https://arxiv.org/pdf/2404.03608.pdf)
|
47 |
|
48 |
|
49 |
## Training details
|
|
|
142 |
Sailor is distributed under the terms of the Apache License 2.0.
|
143 |
No restrict on the research and the commercial use, but should comply with the [Qwen License](https://huggingface.co/Qwen/Qwen1.5-1.8B/blob/main/LICENSE).
|
144 |
|
145 |
+
## Citation
|
146 |
+
|
147 |
+
If you find sailor useful, please cite our work as follows:
|
148 |
+
|
149 |
+
```
|
150 |
+
@misc{dou2024sailor,
|
151 |
+
title={Sailor: Open Language Models for South-East Asia},
|
152 |
+
author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
|
153 |
+
year={2024},
|
154 |
+
eprint={2404.03608},
|
155 |
+
archivePrefix={arXiv},
|
156 |
+
primaryClass={cs.CL}
|
157 |
+
}
|
158 |
+
```
|
159 |
+
|
160 |
# Contact Us
|
161 |
|
162 |
If you have any questions, please raise an issue or contact us at [doulx@sea.com](mailto:doulx@sea.com) or [liuqian@sea.com](mailto:liuqian@sea.com).
|