sail
/

GGUF
7 languages
multilingual
sea
sailor
sft
chat
instruction
dreamerdeo commited on
Commit
f553e32
1 Parent(s): 6dc9fb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -42,7 +42,7 @@ Benchmarking results demonstrate Sailor's proficiency in tasks such as question
42
  - **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
43
  - **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
44
  - **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
45
- - **Technical Report:** Coming Soon
46
 
47
 
48
  ## Training details
@@ -141,6 +141,21 @@ Install `llama-cpp-python` and `gradio`, then run [script](https://github.com/sa
141
  Sailor is distributed under the terms of the Apache License 2.0.
142
  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).
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  # Contact Us
145
 
146
  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).
 
42
  - **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
43
  - **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
44
  - **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
45
+ - **Technical Report:** [arxiv.org/pdf/2404.03608.pdf](https://arxiv.org/pdf/2404.03608.pdf)
46
 
47
 
48
  ## Training details
 
141
  Sailor is distributed under the terms of the Apache License 2.0.
142
  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).
143
 
144
+ ## Citation
145
+
146
+ If you find sailor useful, please cite our work as follows:
147
+
148
+ ```
149
+ @misc{dou2024sailor,
150
+ title={Sailor: Open Language Models for South-East Asia},
151
+ author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
152
+ year={2024},
153
+ eprint={2404.03608},
154
+ archivePrefix={arXiv},
155
+ primaryClass={cs.CL}
156
+ }
157
+ ```
158
+
159
  # Contact Us
160
 
161
  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).