dreamerdeo commited on
Commit
5e144d4
1 Parent(s): 1c656a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -32,7 +32,7 @@ base_model: sail/Sailor-7B
32
 
33
  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.
34
  Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
35
- 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.
36
  We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
37
  Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
38
 
@@ -146,13 +146,12 @@ No restrict on the research and the commercial use, but should comply with the [
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
 
 
32
 
33
  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.
34
  Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
35
+ 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.
36
  We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
37
  Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
38
 
 
146
  If you find sailor useful, please cite our work as follows:
147
 
148
  ```
149
+ @article{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
+ journal={ArXiv},
153
+ year={2024},
154
+ volume={abs/2404.03608},
 
155
  }
156
  ```
157