Ppoyaa commited on
Commit
c7a02fe
1 Parent(s): b4a75cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -12,6 +12,42 @@ tags:
12
 
13
  Lumina-3.5 is a Mixture of Experts (MoE) made with [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing). This model uses a context window of up to 32k.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## 🏆 Open LLM Leaderboard Evaluation Results
16
 
17
  | Metric |Value|
 
12
 
13
  Lumina-3.5 is a Mixture of Experts (MoE) made with [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing). This model uses a context window of up to 32k.
14
 
15
+ # Response Examples
16
+ ```
17
+ Input: 25 - 4 * 2 + 3 = ?
18
+ ------------------------------------
19
+ Output: To solve this equation, follow the order of operations (PEMDAS/BODMAS): Parentheses, Exponents, Multiplication and Division (from left to right), and Addition and Subtraction (from left to right).
20
+
21
+ 25 - 4 * 2 + 3
22
+
23
+ First, perform the multiplication:
24
+
25
+ 25 - 8 + 3
26
+
27
+ Next, do the subtraction from left to right:
28
+
29
+ 17 + 3
30
+
31
+ Finally, complete the addition:
32
+
33
+ 20
34
+ ```
35
+
36
+ ```
37
+ Input: Jane is faster than Joe. Joe is faster than Sam. Is Sam faster than Jane? Explain your reasoning step by step.
38
+ ------------------------------------
39
+ Output: To answer this question, let's analyze the given information step by step:
40
+
41
+ We are provided with a comparison between three individuals - Jane, Joe, and Sam - in terms of their relative speeds. The statements tell us the following about their ranks:
42
+ Jane > Joe (Jane is faster than Joe)
43
+ Joe > Sam (Joe is faster than Sam)
44
+ Now we need to determine if the opposite relationship holds true: whether Sam is faster than Jane or not. Based on the given comparisons, we know that both Jane and Joe have faster speeds compared to Sam. There isn't any piece of information suggesting otherwise.
45
+
46
+ Since the original premise established an ordered ranking among these individuals (Jane > Joe > Sam), and the direct opposite of the relationship between Sam and the other two is not present, we cannot conclude that Sam is faster than Jane.
47
+
48
+ Thus, based on the provided information, our reasoning confirms that Sam is not faster than Jane.
49
+ ```
50
+
51
  ## 🏆 Open LLM Leaderboard Evaluation Results
52
 
53
  | Metric |Value|