Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ language:
|
|
16 |
<img src="SambaLingo_Logo.png" width="340" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
17 |
|
18 |
<!-- Provide a quick summary of what the model is/does. -->
|
19 |
-
SambaLingo-Turkish-Chat is a human aligned chat model trained in Turkish and English. It is trained using direct preference optimization on top the base model [SambaLingo-Turkish-Base](https://huggingface.co/sambanovasystems/SambaLingo-Turkish-Base). The base model adapts [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf) to Turkish by training on 42 billion tokens from the Turkish split of the [Cultura-X](https://huggingface.co/datasets/uonlp/CulturaX) dataset.
|
20 |
|
21 |
## Model Description
|
22 |
<!-- Provide a longer summary of what this model is. -->
|
@@ -25,6 +25,7 @@ SambaLingo-Turkish-Chat is a human aligned chat model trained in Turkish and Eng
|
|
25 |
- **Model type:** Language Model
|
26 |
- **Language(s):** Turkish, English
|
27 |
- **Finetuned from model:** [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
|
|
28 |
- **Blog Post**: Will be released soon!
|
29 |
|
30 |
## Getting Started
|
@@ -59,7 +60,7 @@ outputs = outputs["generated_text"]
|
|
59 |
### Prompting Guidelines
|
60 |
To prompt this model, please use the following chat template:
|
61 |
```
|
62 |
-
<|user
|
63 |
```
|
64 |
|
65 |
## Training Details
|
|
|
16 |
<img src="SambaLingo_Logo.png" width="340" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
17 |
|
18 |
<!-- Provide a quick summary of what the model is/does. -->
|
19 |
+
SambaLingo-Turkish-Chat is a human aligned chat model trained in Turkish and English. It is trained using direct preference optimization on top the base model [SambaLingo-Turkish-Base](https://huggingface.co/sambanovasystems/SambaLingo-Turkish-Base). The base model adapts [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf) to Turkish by training on 42 billion tokens from the Turkish split of the [Cultura-X](https://huggingface.co/datasets/uonlp/CulturaX) dataset. Try this model at [SambaLingo-chat-space](https://huggingface.co/spaces/sambanovasystems/SambaLingo-chat-space).
|
20 |
|
21 |
## Model Description
|
22 |
<!-- Provide a longer summary of what this model is. -->
|
|
|
25 |
- **Model type:** Language Model
|
26 |
- **Language(s):** Turkish, English
|
27 |
- **Finetuned from model:** [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
28 |
+
- **Try this model:** [SambaLingo-chat-space](https://huggingface.co/spaces/sambanovasystems/SambaLingo-chat-space)
|
29 |
- **Blog Post**: Will be released soon!
|
30 |
|
31 |
## Getting Started
|
|
|
60 |
### Prompting Guidelines
|
61 |
To prompt this model, please use the following chat template:
|
62 |
```
|
63 |
+
<|user|>\n{question}</s>\n<|assistant|>\n
|
64 |
```
|
65 |
|
66 |
## Training Details
|