Update README.md
Browse files
README.md
CHANGED
@@ -47,18 +47,16 @@ print(tokenizer.decode(outputs[0]))
|
|
47 |
Output:
|
48 |
```
|
49 |
<|begin▁of▁sentence|><|User|>What is 1.5+102.2?<|Assistant|><think>
|
50 |
-
First, I
|
51 |
|
52 |
-
Next, I add the
|
53 |
|
54 |
-
|
55 |
-
|
56 |
-
Finally, I combine the results: 103 + 0.7 equals 103.7.
|
57 |
</think>
|
58 |
|
59 |
-
To
|
60 |
|
61 |
-
1. **Add the whole
|
62 |
\[
|
63 |
1 + 102 = 103
|
64 |
\]
|
@@ -73,7 +71,10 @@ To solve the addition \(1.5 + 102.2\), follow these steps:
|
|
73 |
103 + 0.7 = 103.7
|
74 |
\]
|
75 |
|
76 |
-
|
|
|
|
|
|
|
77 |
```
|
78 |
|
79 |
## HQQ
|
|
|
47 |
Output:
|
48 |
```
|
49 |
<|begin▁of▁sentence|><|User|>What is 1.5+102.2?<|Assistant|><think>
|
50 |
+
First, I need to add the whole number parts of the two numbers. The whole numbers are 1 and 102, which add up to 103.
|
51 |
|
52 |
+
Next, I add the decimal parts of the two numbers. The decimal parts are 0.5 and 0.2, which add up to 0.7.
|
53 |
|
54 |
+
Finally, I combine the whole number and decimal parts to get the total sum. Adding 103 and 0.7 gives me 103.7.
|
|
|
|
|
55 |
</think>
|
56 |
|
57 |
+
To add the numbers \(1.5\) and \(102.2\), follow these steps:
|
58 |
|
59 |
+
1. **Add the whole number parts:**
|
60 |
\[
|
61 |
1 + 102 = 103
|
62 |
\]
|
|
|
71 |
103 + 0.7 = 103.7
|
72 |
\]
|
73 |
|
74 |
+
**Final Answer:**
|
75 |
+
\[
|
76 |
+
\boxed{103.7}
|
77 |
+
\]<|end▁of▁sentence|>
|
78 |
```
|
79 |
|
80 |
## HQQ
|