Text Generation
Transformers
PyTorch
Safetensors
Hungarian
English
llama
conversational
text-generation-inference
Inference Endpoints
zolicsaki commited on
Commit
9266f2b
1 Parent(s): 65746e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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-Hungarian-Chat is a human aligned chat model trained in Hungarian and English. It is trained using direct preference optimization on top the base model [SambaLingo-Hungarian-Base](https://huggingface.co/sambanovasystems/SambaLingo-Hungarian-Base). The base model adapts [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf) to Hungarian by training on 59 billion tokens from the Hungarian 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-Hungarian-Chat is a human aligned chat model trained in Hungarian and
25
  - **Model type:** Language Model
26
  - **Language(s):** Hungarian, 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,14 +60,14 @@ outputs = outputs["generated_text"]
59
  ### Prompting Guidelines
60
  To prompt this model, please use the following chat template:
61
  ```
62
- <|user|>:\n{question}</s>\n<|assistant|>\n
63
  ```
64
 
65
  ### Example Prompts and Generations
66
  ```
67
- <|user|>:
68
  Mi a jelentőssége a magyar szürkemarhának?</s>
69
- <|assistant|>:
70
  A magyar szürkemarha jelentős kulturális és gazdasági jelentőséggel bír Magyarország számára. Íme néhány ok, amiért:
71
 
72
  1. Kulturális örökség: A magyar szürkemarha a magyar kultúra és örökség szimbóluma. A fajta évszázadok óta létezik, és a magyar puszta ikonikus szimbólumává vált.
 
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-Hungarian-Chat is a human aligned chat model trained in Hungarian and English. It is trained using direct preference optimization on top the base model [SambaLingo-Hungarian-Base](https://huggingface.co/sambanovasystems/SambaLingo-Hungarian-Base). The base model adapts [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf) to Hungarian by training on 59 billion tokens from the Hungarian 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):** Hungarian, 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
  ### Example Prompts and Generations
67
  ```
68
+ <|user|>
69
  Mi a jelentőssége a magyar szürkemarhának?</s>
70
+ <|assistant|>
71
  A magyar szürkemarha jelentős kulturális és gazdasági jelentőséggel bír Magyarország számára. Íme néhány ok, amiért:
72
 
73
  1. Kulturális örökség: A magyar szürkemarha a magyar kultúra és örökség szimbóluma. A fajta évszázadok óta létezik, és a magyar puszta ikonikus szimbólumává vált.