Update README.md
Browse files
README.md
CHANGED
|
@@ -159,7 +159,7 @@ inp = "Do Not Kule Oi't hy.er-l'rieed AjijqIi: imac - Analyst (fteuiers) Hcuiers
|
|
| 159 |
|
| 160 |
# print prediction
|
| 161 |
out = prompt_tok(instruction, inp)
|
| 162 |
-
print(out.replace('\\', ' '))
|
| 163 |
```
|
| 164 |
|
| 165 |
This will give you a prediction that looks like this:
|
|
|
|
| 159 |
|
| 160 |
# print prediction
|
| 161 |
out = prompt_tok(instruction, inp)
|
| 162 |
+
print(out.replace('\\', ' ').strip('\\n'))
|
| 163 |
```
|
| 164 |
|
| 165 |
This will give you a prediction that looks like this:
|