dreamerdeo commited on
Commit
9564bd7
1 Parent(s): c7f8b6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -147,7 +147,7 @@ model-index:
147
 
148
  Sailor is a suite of Open Language Models tailored for South-East Asia (SEA), focusing on languages such as 🇮🇩Indonesian, 🇹🇭Thai, 🇻🇳Vietnamese, 🇲🇾Malay, and 🇱🇦Lao.
149
  Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
150
- Built from [Qwen 1.5](https://huggingface.co/collections/Qwen/qwen15-65c0a2f577b1ecb76d786524) , Sailor encompasses models of varying sizes, spanning from 0.5B to 7B versions for different requirements.
151
  We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
152
  Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
153
 
@@ -214,13 +214,12 @@ No restrict on the research and the commercial use, but should comply with the [
214
  If you find sailor useful, please cite our work as follows:
215
 
216
  ```
217
- @misc{dou2024sailor,
218
- title={Sailor: Open Language Models for South-East Asia},
219
- author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
220
- year={2024},
221
- eprint={2404.03608},
222
- archivePrefix={arXiv},
223
- primaryClass={cs.CL}
224
  }
225
  ```
226
 
 
147
 
148
  Sailor is a suite of Open Language Models tailored for South-East Asia (SEA), focusing on languages such as 🇮🇩Indonesian, 🇹🇭Thai, 🇻🇳Vietnamese, 🇲🇾Malay, and 🇱🇦Lao.
149
  Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
150
+ Built from [Qwen 1.5](https://huggingface.co/collections/Qwen/qwen15-65c0a2f577b1ecb76d786524) , Sailor encompasses models of varying sizes, spanning from 0.5B to 14B versions for different requirements.
151
  We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
152
  Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
153
 
 
214
  If you find sailor useful, please cite our work as follows:
215
 
216
  ```
217
+ @article{dou2024sailor,
218
+ title={Sailor: Open Language Models for South-East Asia},
219
+ author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
220
+ journal={ArXiv},
221
+ year={2024},
222
+ volume={abs/2404.03608},
 
223
  }
224
  ```
225