dreamerdeo commited on
Commit
0283854
1 Parent(s): e6f90a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -156,7 +156,7 @@ Benchmarking results demonstrate Sailor's proficiency in tasks such as question
156
  - **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
157
  - **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
158
  - **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
159
- - **Technical Report:** Coming Soon
160
 
161
 
162
  ## Training details
@@ -213,11 +213,13 @@ No restrict on the research and the commercial use, but should comply with the [
213
  If you find sailor useful, please cite our work as follows:
214
 
215
  ```
216
- @misc{Sailor,
217
- title = {Sailor: Open Language Models for South-East Asia},
218
- author = {Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
219
- year = {2024},
220
- url={https://github.com/sail-sg/sailor-llm}
 
 
221
  }
222
  ```
223
 
 
156
  - **Model Collections:** [Base Model & Chat Model](https://huggingface.co/collections/sail/sailor-65e19a749f978976f1959825)
157
  - **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
158
  - **Codebase:** [github.com/sail-sg/sailor-llm](https://github.com/sail-sg/sailor-llm)
159
+ - **Technical Report:** [arxiv.org/pdf/2404.03608.pdf](https://arxiv.org/pdf/2404.03608.pdf)
160
 
161
 
162
  ## Training details
 
213
  If you find sailor useful, please cite our work as follows:
214
 
215
  ```
216
+ @misc{dou2024sailor,
217
+ title={Sailor: Open Language Models for South-East Asia},
218
+ author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
219
+ year={2024},
220
+ eprint={2404.03608},
221
+ archivePrefix={arXiv},
222
+ primaryClass={cs.CL}
223
  }
224
  ```
225