Ppoyaa commited on
Commit
2656a79
1 Parent(s): 0c32c26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -14,6 +14,20 @@ Lumina-RP is a Mixture of Experts (MoE) made with [LazyMergekit](https://colab.r
14
  This model has improved roleplaying and storytelling from [Lumina-3.5](https://huggingface.co/Ppoyaa/Lumina-3.5) while still retaining its strength. A slight improvement on the Open LLM leaderboard.
15
  It uses a context window of up to 32k.
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  # 🏆 Open LLM Leaderboard Evaluation Results
18
  | Metric |Value|
19
  |---------------------------------|----:|
 
14
  This model has improved roleplaying and storytelling from [Lumina-3.5](https://huggingface.co/Ppoyaa/Lumina-3.5) while still retaining its strength. A slight improvement on the Open LLM leaderboard.
15
  It uses a context window of up to 32k.
16
 
17
+ # Response Examples
18
+ ``` Math
19
+ Input: 25 - 4 * 2 + 3 = ?
20
+ ------------------------------------
21
+ Output: The given mathematical expression is 25 - 4 * 2 + 3. To solve it, we should follow the order of operations (PEMDAS):
22
+
23
+ 1. Parentheses: There are none in this equation.
24
+ 2. Exponents: None present.
25
+ 3. Multiplication and Division: We perform multiplications before divisions from left to right. In this case, 4 * 2 = 8. Now our equation becomes 25 - 8 + 3.
26
+ 4. Addition and Subtraction: We perform additions before subtractions from left to right. Here, we have a subtraction then an addition: 25 - 8 = 17, then 17 + 3 = 20.
27
+
28
+ So the result of the expression 25 - 4 * 2 + 3 is 20.
29
+ ```
30
+
31
  # 🏆 Open LLM Leaderboard Evaluation Results
32
  | Metric |Value|
33
  |---------------------------------|----:|