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

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ datasets:
4
+ - KaleidoSG/opensparrow-gpt
5
+ tags:
6
+ - phi
7
+ - deepmind
8
+ - google
9
+ - sparrow
10
+ ---
11
+ # OpenSparrow uses the:
12
+ ## GPT Prompt Template:
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.