sail
/

Text Generation
Transformers
Safetensors
qwen2
multilingual
sea
sailor
sft
chat
instruction
conversational
text-generation-inference
dreamerdeo commited on
Commit
e91bc51
1 Parent(s): 859e5b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -42,7 +42,7 @@ inference: false
42
 
43
  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.
44
  Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
45
- 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.
46
  We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
47
  Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
48
 
@@ -130,13 +130,12 @@ No restrict on the research and the commercial use, but should comply with the [
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
 
 
42
 
43
  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.
44
  Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
45
+ 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.
46
  We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
47
  Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
48
 
 
130
  If you find sailor useful, please cite our work as follows:
131
 
132
  ```
133
+ @article{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
+ journal={ArXiv},
137
+ year={2024},
138
+ volume={abs/2404.03608},
 
139
  }
140
  ```
141