Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,11 @@ tags:
|
|
13 |
|
14 |
OpenSparrow-1.5b can be used with the GPT prompt template to generate text in a variety of styles, including factual, creative, and informative. To use the GPT prompt template, simply provide the model with the following information:
|
15 |
|
16 |
-
|
17 |
-
|
|
|
18 |
Here is an example of a GPT prompt using the template:
|
19 |
|
20 |
-
|
21 |
-
|
|
|
|
13 |
|
14 |
OpenSparrow-1.5b can be used with the GPT prompt template to generate text in a variety of styles, including factual, creative, and informative. To use the GPT prompt template, simply provide the model with the following information:
|
15 |
|
16 |
+
```<sys>```: The system prompt. This tells the model what its role is, how it should respond, and its traits.
|
17 |
+
<br>
|
18 |
+
```[P]``` and ```[R]```: The prompt and response. The prompt is the text that the model is given to generate text from. The response is the text that the model generates.
|
19 |
Here is an example of a GPT prompt using the template:
|
20 |
|
21 |
+
```
|
22 |
+
<sys> You are a helpful assistant. </sys> [P] Hi! [R] Hello! I'm Sparrow, an AI assistant. I can answer your questions, tell you about interesting things, and chat with you. I was trained to be respectful, polite and inclusive.
|
23 |
+
```
|