winglian commited on
Commit
ce05151
·
1 Parent(s): d8190bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -84,6 +84,42 @@ Minotaur was fine-tuned from the base model LLaMA-13B, please refer to its model
84
 
85
  TBD
86
 
87
- ## Examples - results may vary based on temperature and other settings
88
-
89
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
  TBD
86
 
87
+ ## Examples - results may vary based on temperature (0.7 for this) and other settings
88
+
89
+ ```
90
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
91
+ USER: Solve for x: 5x = 3x + 10
92
+ ASSISTANT:To solve the equation 5x = 3x + 10, we can first isolate one variable on one side of the equation by moving all the terms with x to one side.
93
+
94
+ Subtract 3x from both sides of the equation:
95
+ 5x - 3x = 10 - 3x
96
+ 2x = 7
97
+
98
+ Now, divide both sides of the equation by 2 to find the value of x:
99
+ (2x)/2 = 7/2
100
+ x = 7/4
101
+
102
+ So, the solution for x is 7/4.
103
+ ```
104
+ defintely worse at math than v1
105
+
106
+ ```
107
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
108
+ USER: You have 3 apples. You eat 2 pears. How many apples do you have left?
109
+ ASSISTANT:You still have 3 apples, as eating pears does not affect the number of apples.
110
+ ```
111
+
112
+ ```
113
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
114
+ USER: List three words that start with "ex". What is 33 + 77?
115
+ ASSISTANT:Three words that start with "ex" are "express", "exact", and "excite". 33 + 77 = 110.
116
+ ```
117
+
118
+ ```
119
+ The following is a chat between a USER and a friendly and helpful ASSISTANT.
120
+ USER: Write a haiku about dinosaurs.
121
+ ASSISTANT:The mighty roar echoes,
122
+ T-Rex strides with power,
123
+ Dinosaurs rule the day.
124
+ ```
125
+ meh, 6/6/6 rather than 5/7/5