jartine commited on
Commit
7d67dc0
1 Parent(s): 24bcc3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -9,7 +9,11 @@ license: other
9
  license_name: llama3
10
  license_link: LICENSE
11
  prompt_template: |
12
- <s>[INST] {prompt} [/INST]
 
 
 
 
13
  tags:
14
  - llama
15
  - llama-3
 
9
  license_name: llama3
10
  license_link: LICENSE
11
  prompt_template: |
12
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
13
+ {{prompt}}<|eot_id|>{{history}}<|start_header_id|>{{char}}<|end_header_id|>
14
+ history_template: |
15
+ <|start_header_id|>{{name}}<|end_header_id|>
16
+ {{message}}<|eot_id|>
17
  tags:
18
  - llama
19
  - llama-3