Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -431,7 +431,6 @@ def get_beam_search_html(
|
|
431 |
return_dict_in_generate=True,
|
432 |
length_penalty=length_penalty,
|
433 |
output_scores=True,
|
434 |
-
output_logits=True,
|
435 |
do_sample=False,
|
436 |
)
|
437 |
markdown = "The conclusive sequences are the ones that end in an `<|endoftext|>` token or at the end of generation."
|
|
|
431 |
return_dict_in_generate=True,
|
432 |
length_penalty=length_penalty,
|
433 |
output_scores=True,
|
|
|
434 |
do_sample=False,
|
435 |
)
|
436 |
markdown = "The conclusive sequences are the ones that end in an `<|endoftext|>` token or at the end of generation."
|