Update README.md
Browse files
README.md
CHANGED
|
@@ -52,8 +52,11 @@ outputs = pipe(
|
|
| 52 |
print(outputs[0]["generated_text"][-1])
|
| 53 |
```
|
| 54 |
|
| 55 |
-
Example response generated with this model
|
| 56 |
```
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
<think>
|
| 59 |
First, I need to compare the two numbers, 9.9 and 9.11.
|
|
|
|
| 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 |
+
Model output:
|
| 60 |
|
| 61 |
<think>
|
| 62 |
First, I need to compare the two numbers, 9.9 and 9.11.
|