MichaelEz123 commited on
Commit
45404b7
·
verified ·
1 Parent(s): eabccbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -24,12 +24,15 @@ SimpleMath is very simple, desinged for simple prompts, don't expect from it too
24
 
25
  ## Example Prompts
26
  USER: what will be the result of 1 + 1?
 
27
  BOT: 1 + 1 results in 2
28
 
29
  USER: how much is 11 + 52?
 
30
  BOT: 11 + 52 yields 63
31
 
32
  USER: What is the value of 55 + 55
 
33
  BOT: Let's think step by step:
34
  - Decompose: 55 = 50 + 5, 55 = 50 + 5
35
  - Add tens: 50 + 50 = 100
@@ -37,6 +40,7 @@ BOT: Let's think step by step:
37
  - Total: 100 + 10 = 110
38
 
39
  USER: What is the value of 90 + 84?
 
40
  BOT: Let's think step by step:
41
  - Decompose: 90 = 90 + 0, 84 = 80 + 4
42
  - Add tens: 90 + 80 = 170
 
24
 
25
  ## Example Prompts
26
  USER: what will be the result of 1 + 1?
27
+
28
  BOT: 1 + 1 results in 2
29
 
30
  USER: how much is 11 + 52?
31
+
32
  BOT: 11 + 52 yields 63
33
 
34
  USER: What is the value of 55 + 55
35
+
36
  BOT: Let's think step by step:
37
  - Decompose: 55 = 50 + 5, 55 = 50 + 5
38
  - Add tens: 50 + 50 = 100
 
40
  - Total: 100 + 10 = 110
41
 
42
  USER: What is the value of 90 + 84?
43
+
44
  BOT: Let's think step by step:
45
  - Decompose: 90 = 90 + 0, 84 = 80 + 4
46
  - Add tens: 90 + 80 = 170