Update README.md
Browse files
README.md
CHANGED
|
@@ -74,7 +74,7 @@ pipe = pipeline(
|
|
| 74 |
torch_dtype=torch.bfloat16,
|
| 75 |
device_map="auto"
|
| 76 |
)
|
| 77 |
-
print(pipe("What is larger 9.9 or 9.11?"))
|
| 78 |
```
|
| 79 |
## For Mathematical problems
|
| 80 |
Please use "Please reason step by step, and put your final answer within \boxed{}" in system prompt
|
|
|
|
| 74 |
torch_dtype=torch.bfloat16,
|
| 75 |
device_map="auto"
|
| 76 |
)
|
| 77 |
+
print(pipe("What is larger 9.9 or 9.11? Use nested <think> tags."))
|
| 78 |
```
|
| 79 |
## For Mathematical problems
|
| 80 |
Please use "Please reason step by step, and put your final answer within \boxed{}" in system prompt
|