dreamerdeo
commited on
Commit
•
c389a6f
1
Parent(s):
9f96128
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ base_model: sail/Sailor-4B
|
|
33 |
|
34 |
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.
|
35 |
Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
|
36 |
-
Built from [Qwen 1.5](https://huggingface.co/collections/Qwen/qwen15-65c0a2f577b1ecb76d786524) , Sailor encompasses models of varying sizes, spanning from 0.5B to
|
37 |
We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
|
38 |
Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
|
39 |
|
@@ -147,13 +147,12 @@ No restrict on the research and the commercial use, but should comply with the [
|
|
147 |
If you find sailor useful, please cite our work as follows:
|
148 |
|
149 |
```
|
150 |
-
@
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
primaryClass={cs.CL}
|
157 |
}
|
158 |
```
|
159 |
|
|
|
33 |
|
34 |
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.
|
35 |
Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
|
36 |
+
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.
|
37 |
We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
|
38 |
Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
|
39 |
|
|
|
147 |
If you find sailor useful, please cite our work as follows:
|
148 |
|
149 |
```
|
150 |
+
@article{dou2024sailor,
|
151 |
+
title={Sailor: Open Language Models for South-East Asia},
|
152 |
+
author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
|
153 |
+
journal={ArXiv},
|
154 |
+
year={2024},
|
155 |
+
volume={abs/2404.03608},
|
|
|
156 |
}
|
157 |
```
|
158 |
|