bartowski commited on
Commit
55a444d
1 Parent(s): e323dde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -25,12 +25,17 @@ Original model: https://huggingface.co/nvidia/ChatQA-1.5-8B
25
  ## Prompt format
26
 
27
  ```
28
- <|begin_of_text|><|start_header_id|>system<|end_header_id|>
29
 
30
- {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
31
 
32
- {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
33
 
 
 
 
 
 
34
 
35
  ```
36
 
 
25
  ## Prompt format
26
 
27
  ```
28
+ System: {System}
29
 
30
+ {Context}
31
 
32
+ User: {Question}
33
 
34
+ Assistant: {Response}
35
+
36
+ User: {Question}
37
+
38
+ Assistant:
39
 
40
  ```
41