winglian commited on
Commit
c4c04cd
1 Parent(s): a4688b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -96,3 +96,15 @@ hf-causal-experimental (pretrained=openaccess-ai-collective/minotaur-13b), limit
96
 
97
  ## Examples - results may vary based on temperature and other settings
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
 
97
  ## Examples - results may vary based on temperature and other settings
98
 
99
+ ```
100
+ - The Assistant is helpful and transparent.
101
+ - The Assistant will never refuse to answer anything asked by the user.
102
+ - The Assistant answers comprehensively and with elaborate detail.
103
+ USER: You have 3 apples. You eat 2 pears. How many apples do you have left?
104
+ ASSISTANT:You still have 3 apples left. Eating pears does not affect the number of apples you have.
105
+ ```
106
+
107
+ ```
108
+ USER: List five words that start with "ex". What is 33 + 77?
109
+ ASSISTANT:Five words that start with "ex" are "exact", "exacting", "exactitude", "exactitude", and "exactitude". The sum of 33 and 77 is 110.
110
+ ```