Update hf-chat-example.py

main
randaller 3 years ago committed by GitHub
parent ccb1bb5b39
commit 85864cf9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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])

Loading…
Cancel
Save