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