"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "c095a7c2911d8ad7c563e1f30fa589ab1170ead4"
Commit 77e67750 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

add current changes

parent 333affcb
......@@ -515,7 +515,8 @@ class BartModelIntegrationTest(unittest.TestCase):
max_length=max_length + 2,
min_length=min_length + 1,
no_repeat_ngram_size=3,
do_sample=False
do_sample=False,
early_stopping=True
)
decoded = [
tok.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=False) for g in hypotheses_batch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment