Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,6 @@ SambaLingo-Thai-Chat-70B is a human aligned chat model trained in Thai and Engli
|
|
26 |
- **Model type:** Language Model
|
27 |
- **Language(s):** Thai, English
|
28 |
- **Finetuned from model:** [Llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf)
|
29 |
-
- **Try This Model:** [SambaLingo-chat-space](https://huggingface.co/spaces/sambanovasystems/SambaLingo-chat-space)
|
30 |
- **Paper:** [SambaLingo: Teaching Large Language Models New Languages](https://arxiv.org/abs/2404.05829)
|
31 |
- **Blog Post**: [sambalingo-open-source-language-experts](https://sambanova.ai/blog/sambalingo-open-source-language-experts)
|
32 |
|
@@ -84,6 +83,9 @@ The DPO phase was done on the [ultrafeedback](https://huggingface.co/datasets/Hu
|
|
84 |
## Tokenizer Details
|
85 |
We extended the vocabulary of the base llama model from 32,000 tokens to 57,000 tokens by adding up to 25,000 non-overlapping tokens from the new language.
|
86 |
|
|
|
|
|
|
|
87 |
## Uses
|
88 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
89 |
|
@@ -126,13 +128,13 @@ We would like to give a special thanks to the following groups:
|
|
126 |
|
127 |
## Cite SambaLingo
|
128 |
```
|
129 |
-
@
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
}
|
137 |
```
|
138 |
|
|
|
26 |
- **Model type:** Language Model
|
27 |
- **Language(s):** Thai, English
|
28 |
- **Finetuned from model:** [Llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf)
|
|
|
29 |
- **Paper:** [SambaLingo: Teaching Large Language Models New Languages](https://arxiv.org/abs/2404.05829)
|
30 |
- **Blog Post**: [sambalingo-open-source-language-experts](https://sambanova.ai/blog/sambalingo-open-source-language-experts)
|
31 |
|
|
|
83 |
## Tokenizer Details
|
84 |
We extended the vocabulary of the base llama model from 32,000 tokens to 57,000 tokens by adding up to 25,000 non-overlapping tokens from the new language.
|
85 |
|
86 |
+
## Evaluation
|
87 |
+
For evaluation results see our paper: [SambaLingo: Teaching Large Language Models New Languages](https://arxiv.org/abs/2404.05829)
|
88 |
+
|
89 |
## Uses
|
90 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
91 |
|
|
|
128 |
|
129 |
## Cite SambaLingo
|
130 |
```
|
131 |
+
@misc{csaki2024sambalingo,
|
132 |
+
title={SambaLingo: Teaching Large Language Models New Languages},
|
133 |
+
author={Zoltan Csaki and Bo Li and Jonathan Li and Qiantong Xu and Pian Pawakapan and Leon Zhang and Yun Du and Hengyu Zhao and Changran Hu and Urmish Thakker},
|
134 |
+
year={2024},
|
135 |
+
eprint={2404.05829},
|
136 |
+
archivePrefix={arXiv},
|
137 |
+
primaryClass={cs.CL}
|
138 |
}
|
139 |
```
|
140 |
|