AlekseyScorpi commited on
Commit
8132fbf
1 Parent(s): d5356f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ Original model is https://huggingface.co/IlyaGusev/saiga_llama3_8b
16
 
17
  ### Prompt template
18
  Here is a prompt template to correctly use the model
19
- '''
20
  <|begin_of_text|><|start_header_id|>system<|end_header_id|>
21
  {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
22
  {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
23
- '''
 
16
 
17
  ### Prompt template
18
  Here is a prompt template to correctly use the model
19
+ ```
20
  <|begin_of_text|><|start_header_id|>system<|end_header_id|>
21
  {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
22
  {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
23
+ ```