Update README.md
Browse files
README.md
CHANGED
@@ -52,12 +52,15 @@ outputs = pipe(
|
|
52 |
print(outputs[0]["generated_text"][-1])
|
53 |
```
|
54 |
|
55 |
-
Example response generated with this model
|
56 |
-
```
|
57 |
-
User prompt: which number is bigger, 9.9 or 9.11
|
58 |
|
59 |
-
|
|
|
|
|
|
|
|
|
60 |
|
|
|
61 |
<think>
|
62 |
First, I need to compare the two numbers, 9.9 and 9.11.
|
63 |
|
|
|
52 |
print(outputs[0]["generated_text"][-1])
|
53 |
```
|
54 |
|
55 |
+
### Example response generated with this model:
|
|
|
|
|
56 |
|
57 |
+
- User prompt:
|
58 |
+
```
|
59 |
+
which number is bigger, 9.9 or 9.11
|
60 |
+
```
|
61 |
+
- Model output:
|
62 |
|
63 |
+
```
|
64 |
<think>
|
65 |
First, I need to compare the two numbers, 9.9 and 9.11.
|
66 |
|