Update README.md
Browse files
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/)
|