dreamerdeo
commited on
Commit
•
de6f15c
1
Parent(s):
584fc19
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ base_model: sail/Sailor-7B
|
|
41 |
|
42 |
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.
|
43 |
Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
|
44 |
-
Built from [Qwen 1.5](https://huggingface.co/collections/Qwen/qwen15-65c0a2f577b1ecb76d786524) , Sailor encompasses models of varying sizes, spanning from 0.5B to
|
45 |
We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
|
46 |
Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
|
47 |
|
@@ -129,13 +129,12 @@ No restrict on the research and the commercial use, but should comply with the [
|
|
129 |
If you find sailor useful, please cite our work as follows:
|
130 |
|
131 |
```
|
132 |
-
@
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
primaryClass={cs.CL}
|
139 |
}
|
140 |
```
|
141 |
|
|
|
41 |
|
42 |
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.
|
43 |
Developed with careful data curation, Sailor models are designed to understand and generate text across diverse linguistic landscapes of SEA region.
|
44 |
+
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.
|
45 |
We further fine-tune the base model with open-source datasets to get instruction-tuned models, namedly Sailor-Chat.
|
46 |
Benchmarking results demonstrate Sailor's proficiency in tasks such as question answering, commonsense reasoning, and other tasks in SEA languages.
|
47 |
|
|
|
129 |
If you find sailor useful, please cite our work as follows:
|
130 |
|
131 |
```
|
132 |
+
@article{dou2024sailor,
|
133 |
+
title={Sailor: Open Language Models for South-East Asia},
|
134 |
+
author={Longxu Dou and Qian Liu and Guangtao Zeng and Jia Guo and Jiahui Zhou and Wei Lu and Min Lin},
|
135 |
+
journal={ArXiv},
|
136 |
+
year={2024},
|
137 |
+
volume={abs/2404.03608},
|
|
|
138 |
}
|
139 |
```
|
140 |
|