Spaces:
Running
on
Zero
Running
on
Zero
indiejoseph
commited on
Commit
•
eb28899
1
Parent(s):
9e4b358
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def generate(
|
|
63 |
repetition_penalty=repetition_penalty
|
64 |
)
|
65 |
|
66 |
-
response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=
|
67 |
return response
|
68 |
|
69 |
|
|
|
63 |
repetition_penalty=repetition_penalty
|
64 |
)
|
65 |
|
66 |
+
response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=True)
|
67 |
return response
|
68 |
|
69 |
|