Text Generation
Transformers
Safetensors
Turkish
English
llama
conversational
text-generation-inference
Inference Endpoints
zolicsaki commited on
Commit
d6fdf16
·
verified ·
1 Parent(s): cf036a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ model = AutoModelForCausalLM.from_pretrained("sambanovasystems/SambaLingo-Turkis
43
  - Top-p: 0.9
44
 
45
  ### Prompting Guidelines
46
- To prompt this model, please use the chat template
47
  ```
48
  <|user>:\n{question}</s>\n<|assistant|>\n
49
  ```
 
43
  - Top-p: 0.9
44
 
45
  ### Prompting Guidelines
46
+ To prompt this model, please use the following chat template:
47
  ```
48
  <|user>:\n{question}</s>\n<|assistant|>\n
49
  ```