pbevan11 commited on
Commit
0dc068c
·
verified ·
1 Parent(s): e02b97c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: