davidxmle commited on
Commit
28daf12
1 Parent(s): 9353317

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -92,6 +92,11 @@ Example:
92
  "stop_token_ids":[128001,128009]
93
  }
94
  ```
95
-
 
 
 
 
 
96
  ### Contributors
97
  - Quantized by [David Xue, Machine Learning Engineer from Astronomer](https://www.linkedin.com/in/david-xue-uva/)
 
92
  "stop_token_ids":[128001,128009]
93
  }
94
  ```
95
+ ### Prompt Template
96
+ ```
97
+ <|begin_of_text|><|start_header_id|>user<|end_header_id|>
98
+ {{prompt}}<|eot_id|>
99
+ <|start_header_id|>assistant<|end_header_id|>
100
+ ```
101
  ### Contributors
102
  - Quantized by [David Xue, Machine Learning Engineer from Astronomer](https://www.linkedin.com/in/david-xue-uva/)