Update README.md
Browse files
README.md
CHANGED
@@ -54,4 +54,16 @@ parameters:
|
|
54 |
- value: 0.5
|
55 |
dtype: bfloat16
|
56 |
random_seed: 0
|
57 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
- value: 0.5
|
55 |
dtype: bfloat16
|
56 |
random_seed: 0
|
57 |
+
```
|
58 |
+
|
59 |
+
# Prompt Template:
|
60 |
+
```bash
|
61 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
62 |
+
|
63 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
64 |
+
|
65 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
66 |
+
|
67 |
+
{output}<|eot_id|>
|
68 |
+
|
69 |
+
```
|