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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
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).
@@ -33,7 +33,7 @@ Finally, complete the addition:
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:
@@ -49,7 +49,6 @@ Thus, based on the provided information, our reasoning confirms that Sam is not
49
  ```
50
 
51
  ## 🏆 Open LLM Leaderboard Evaluation Results
52
-
53
  | Metric |Value|
54
  |---------------------------------|----:|
55
  |Avg. |75.41|
 
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
+ ``` Math
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).
 
33
  20
34
  ```
35
 
36
+ ``` Reasoning
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:
 
49
  ```
50
 
51
  ## 🏆 Open LLM Leaderboard Evaluation Results
 
52
  | Metric |Value|
53
  |---------------------------------|----:|
54
  |Avg. |75.41|