Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ SimpleMath.
|
|
16 |
--------------
|
17 |
|
18 |
## Model Details
|
19 |
-
SimpleMath is
|
20 |
The model know to make a simple reasoning steps to come up with the answer. and he also know to use a format that looks like this: 1 + 1 = {1 + 1} that can be calculated from the code.
|
21 |
|
22 |
SimpleMath was trained mostly to answer very simple math problems of 2 numbers with minus and plus.
|
|
|
16 |
--------------
|
17 |
|
18 |
## Model Details
|
19 |
+
SimpleMath is a simple and small model to handle very simple math tasks of plus and minus to a range of numbers between 0 to 2000 (better with less than 100).
|
20 |
The model know to make a simple reasoning steps to come up with the answer. and he also know to use a format that looks like this: 1 + 1 = {1 + 1} that can be calculated from the code.
|
21 |
|
22 |
SimpleMath was trained mostly to answer very simple math problems of 2 numbers with minus and plus.
|