Text Generation
Transformers
PyTorch
Safetensors
Arabic
English
llama
conversational
text-generation-inference
Inference Endpoints
zolicsaki commited on
Commit
3d6aa5d
1 Parent(s): 7f85874

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -25,7 +25,6 @@ SambaLingo-Arabic-Chat-70B is a human aligned chat model trained in Arabic and E
25
  - **Model type:** Language Model
26
  - **Language(s):** Arabic, English
27
  - **Finetuned from model:** [Llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf)
28
- - **Try This Model:** [SambaLingo-chat-space](https://huggingface.co/spaces/sambanovasystems/SambaLingo-chat-space)
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,6 +82,9 @@ The DPO phase was done on the [ultrafeedback](https://huggingface.co/datasets/Hu
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
  ## Uses
87
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
88
 
@@ -125,12 +127,12 @@ We would like to give a special thanks to the following groups:
125
 
126
  ## Cite SambaLingo
127
  ```
128
- @software{sambalingo,
129
- title = {{SambaLingo: Open Source Language Experts}},
130
- author = {SambaNova Systems},
131
- url = {https://huggingface.co/sambanovasystems/SambaLingo-Arabic-Chat-70B}
132
- month = {2},
133
- year = {2024},
134
- version = {1.0},
135
  }
136
  ```
 
25
  - **Model type:** Language Model
26
  - **Language(s):** Arabic, English
27
  - **Finetuned from model:** [Llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf)
 
28
  - **Paper:** [SambaLingo: Teaching Large Language Models New Languages](https://arxiv.org/abs/2404.05829)
29
  - **Blog Post**: [sambalingo-open-source-language-experts](https://sambanova.ai/blog/sambalingo-open-source-language-experts)
30
 
 
82
  ## Tokenizer Details
83
  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.
84
 
85
+ ## Evaluation
86
+ For evaluation results see our paper: [SambaLingo: Teaching Large Language Models New Languages](https://arxiv.org/abs/2404.05829)
87
+
88
  ## Uses
89
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
90
 
 
127
 
128
  ## Cite SambaLingo
129
  ```
130
+ @misc{csaki2024sambalingo,
131
+ title={SambaLingo: Teaching Large Language Models New Languages},
132
+ 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},
133
+ year={2024},
134
+ eprint={2404.05829},
135
+ archivePrefix={arXiv},
136
+ primaryClass={cs.CL}
137
  }
138
  ```