pbevan11 commited on
Commit
7724c9e
1 Parent(s): 383292f

Update README.md

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