PhysiQuanty commited on
Commit
839399e
·
verified ·
1 Parent(s): b82b2a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -32,23 +32,6 @@ model-index:
32
 
33
  ![image](https://cdn-uploads.huggingface.co/production/uploads/6975505c60cf607407afe2c0/g4yF4mQR39XYMoUehSTsX.png)
34
 
35
- # Arithmetic-SLM
36
-
37
- Arithmetic-SLM is a small language model specialized for arithmetic continuation. It is designed to be highly efficient on numerical operations with mostly two-digit numbers in patterns such as:
38
-
39
- ```text
40
- a op b op c op d
41
- ```
42
-
43
- where:
44
-
45
- ```text
46
- op = +, -, *, /
47
- ```
48
-
49
- The goal is not to make a general chatbot. The goal is to train a compact model that can learn arithmetic patterns, operator priority, parentheses, and numerical continuation with very few parameters.
50
-
51
-
52
  ## Scores
53
 
54
  <div align="center">
@@ -65,7 +48,7 @@ The goal is not to make a general chatbot. The goal is to train a compact model
65
  <td align="center"><strong>82.08%</strong></td>
66
  </tr>
67
  <tr>
68
- <td align="center"><code>WhirlwindAI/Arithmetic-SLM</code></td>
69
  <td align="center">31.70M</td>
70
  <td align="center"><strong>78.60%</strong></td>
71
  </tr>
@@ -108,6 +91,23 @@ The goal is not to make a general chatbot. The goal is to train a compact model
108
 
109
  </div>
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  ## Calculation Patterns
112
 
113
  ### 1. Single operation
 
32
 
33
  ![image](https://cdn-uploads.huggingface.co/production/uploads/6975505c60cf607407afe2c0/g4yF4mQR39XYMoUehSTsX.png)
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## Scores
36
 
37
  <div align="center">
 
48
  <td align="center"><strong>82.08%</strong></td>
49
  </tr>
50
  <tr>
51
+ <td align="center"><code>PhysiQuanty/Arithmetic-SLM</code></td>
52
  <td align="center">31.70M</td>
53
  <td align="center"><strong>78.60%</strong></td>
54
  </tr>
 
91
 
92
  </div>
93
 
94
+ # Arithmetic-SLM
95
+
96
+ Arithmetic-SLM is a small language model specialized for arithmetic continuation. It is designed to be highly efficient on numerical operations with mostly two-digit numbers in patterns such as:
97
+
98
+ ```text
99
+ a op b op c op d
100
+ ```
101
+
102
+ where:
103
+
104
+ ```text
105
+ op = +, -, *, /
106
+ ```
107
+
108
+ The goal is not to make a general chatbot. The goal is to train a compact model that can learn arithmetic patterns, operator priority, parentheses, and numerical continuation with very few parameters.
109
+
110
+
111
  ## Calculation Patterns
112
 
113
  ### 1. Single operation