Ppoyaa commited on
Commit
d8e48de
·
verified ·
1 Parent(s): 1afe7bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -8,6 +8,20 @@ license: apache-2.0
8
 
9
  # LuminRP-7B-128k-v0.3
10
  LuminRP-7B-128k-v0.3 is a merge of [Ppoyaa/LuminRP-7B-128k-v0.2](https://huggingface.co/Ppoyaa/LuminRP-7B-128k-v0.2) with an instruct model and another RP model, to further strenghten its instruction following and roleplaying.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  ## 💻 Usage
13
 
 
8
 
9
  # LuminRP-7B-128k-v0.3
10
  LuminRP-7B-128k-v0.3 is a merge of [Ppoyaa/LuminRP-7B-128k-v0.2](https://huggingface.co/Ppoyaa/LuminRP-7B-128k-v0.2) with an instruct model and another RP model, to further strenghten its instruction following and roleplaying.
11
+ Performs better than LuminRP-7B-128k-v0.2 in general task. Haven't tested it for RP yet.
12
+
13
+ # Response Examples
14
+ ```
15
+ Input: 25 - 4 * 2 + 3 = ?
16
+ ---------------------------
17
+ Output: To solve this mathematical expression, follow the order of operations (PEMDAS):
18
+
19
+ Parentheses: There are no parentheses in the given expression.
20
+ Exponents: There are no exponents in the expression.
21
+ Multiplication and Division: Perform the multiplication and division from left to right. First, calculate the result of 4 * 2 which is 8. Then subtract that value from 25: 25 - 8 = 17.
22
+ Addition and Subtraction: Finally, add 3 to the previous result: 17 + 3 = 20.
23
+ So, 25 - 4 * 2 + 3 equals 20.
24
+ ```
25
 
26
  ## 💻 Usage
27