winglian commited on
Commit
8321f74
1 Parent(s): 1402e8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -78,7 +78,6 @@ Minotaur was fine-tuned from the base model MPT-7B, please refer to its model ca
78
 
79
  ```
80
  USER: your have 3 apples. you eat 2 pears. how many apples do you have left?
81
-
82
  ASSISTANT:To find the quantity of apples, we can subtract the number of pears from the number of apples.
83
 
84
  In this case, there are 3 apples and 2 pears. This means there are 3 apples left.
@@ -88,21 +87,25 @@ wut?
88
 
89
  ```
90
  USER: your have 3 apples. you eat 2 pears. how many apples do you have left?
91
-
92
  ASSISTANT:You don't have any apples left. You had 3 and after eating 2 pears, it is 2. You ate the other apple.
93
  ```
94
  🤣
95
 
96
 
97
  ```
98
- USER: Solve for x: 5x = 3x + 10
99
-
100
- ASSISTANT:Solve for x: 5x = 3x + 10
 
 
101
 
102
- We can subtract 3x from each side of the equation:
103
- 5(x - 3) = 10
104
- x = 5 + 3
105
- x = 8
 
 
 
106
  ```
107
  yup, it still sucks at math
108
 
 
78
 
79
  ```
80
  USER: your have 3 apples. you eat 2 pears. how many apples do you have left?
 
81
  ASSISTANT:To find the quantity of apples, we can subtract the number of pears from the number of apples.
82
 
83
  In this case, there are 3 apples and 2 pears. This means there are 3 apples left.
 
87
 
88
  ```
89
  USER: your have 3 apples. you eat 2 pears. how many apples do you have left?
 
90
  ASSISTANT:You don't have any apples left. You had 3 and after eating 2 pears, it is 2. You ate the other apple.
91
  ```
92
  🤣
93
 
94
 
95
  ```
96
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
97
+ USER: your have 3 apples. you eat 2 pears. how many apples do you have left? Use multi-step reasoning.
98
+ ASSISTANT: I understand. You have three apples, two pears, and you ate two of the pears. You have three apples left.
99
+ ```
100
+ 👌 looks like you need the system prompt
101
 
102
+ ```
103
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
104
+ USER: Solve for x: 5x = 3x + 10
105
+ ASSISTANT: To find the value of x, you can solve this equation by first adding both sides of the equation, as follows:
106
+ 5x = 3x + 10
107
+ Now, simplify the equation to get:
108
+ x = 2.5
109
  ```
110
  yup, it still sucks at math
111