MichaelEz123 commited on
Commit
3c03098
·
verified ·
1 Parent(s): d14499e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -10,4 +10,13 @@ tags:
10
  - lm
11
  ---
12
 
13
- d
 
 
 
 
 
 
 
 
 
 
10
  - lm
11
  ---
12
 
13
+ Version 1.0 | MichaelEz123
14
+ SimpleMath.
15
+
16
+ --------------
17
+
18
+ ## Model Details
19
+ SimpleMath is an simple and small model to handle very simple math tasks of plus and minus to a range of numbers between 0 to 2000.
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.