diff --git a/hf-chat-example.py b/hf-chat-example.py index 997afec..31024ed 100644 --- a/hf-chat-example.py +++ b/hf-chat-example.py @@ -43,7 +43,6 @@ while True: max_length=2048, top_p=0.95, temperature=1.0, - repetition_penalty=1.17, eos_token_id=n ) decoded = tokenizer.decode(result[0])