baebee commited on
Commit
58cece0
1 Parent(s): 800d3a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
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
- <sys>: The system prompt. This tells the model what to do with the input text. For example, the system prompt Summarize would tell the model to generate a summary of the input text.
17
- [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.
 
18
  Here is an example of a GPT prompt using the template:
19
 
20
- ```<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.```
21
- This prompt would tell the model to generate a summary of the text "The cat sat on the mat." The model would simply respond with the same text, since there is no need to summarize a single sentence.
 
 
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
+ ```