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