Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,20 @@ parameters:
|
|
40 |
dtype: bfloat16
|
41 |
```
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## 💻 Usage
|
44 |
|
45 |
```python
|
|
|
40 |
dtype: bfloat16
|
41 |
```
|
42 |
|
43 |
+
# Prompt Template
|
44 |
+
```text
|
45 |
+
<s>[INST] <<SYS>>
|
46 |
+
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe.
|
47 |
+
Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content.
|
48 |
+
Please ensure that your responses are socially unbiased and positive in nature.
|
49 |
+
|
50 |
+
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct.
|
51 |
+
If you don't know the answer to a question, please don't share false information.
|
52 |
+
<</SYS>>
|
53 |
+
{ .Prompt}
|
54 |
+
[/INST]
|
55 |
+
```
|
56 |
+
|
57 |
## 💻 Usage
|
58 |
|
59 |
```python
|