dreamerdeo commited on
Commit
d3b6345
1 Parent(s): 3d72ea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -52,7 +52,7 @@ Benchmarking results demonstrate Sailor's proficiency in tasks such as question
52
  - **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
53
  - **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
54
  - **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
55
- - **Technical Report:** Coming Soon
56
 
57
 
58
  ## Training details
@@ -125,6 +125,21 @@ print(response)
125
  Sailor is distributed under the terms of the Apache License 2.0.
126
  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).
127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  # Contact Us
129
 
130
  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).
 
52
  - **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
53
  - **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
54
  - **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
55
+ - **Technical Report:** [arxiv.org/pdf/2404.03608.pdf](https://arxiv.org/pdf/2404.03608.pdf)
56
 
57
 
58
  ## Training details
 
125
  Sailor is distributed under the terms of the Apache License 2.0.
126
  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).
127
 
128
+ ## Citation
129
+
130
+ If you find sailor useful, please cite our work as follows:
131
+
132
+ ```
133
+ @misc{dou2024sailor,
134
+ title={Sailor: Open Language Models for South-East Asia},
135
+ author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
136
+ year={2024},
137
+ eprint={2404.03608},
138
+ archivePrefix={arXiv},
139
+ primaryClass={cs.CL}
140
+ }
141
+ ```
142
+
143
  # Contact Us
144
 
145
  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).