pbevan11 commited on
Commit
52dda8b
1 Parent(s): 750a44f

Update README.md

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