Update README.md
This commit is contained in:
@@ -73,7 +73,7 @@ outputs = pipeline(
|
|||||||
prompt,
|
prompt,
|
||||||
max_new_tokens=2048,
|
max_new_tokens=2048,
|
||||||
eos_token_id=terminators,
|
eos_token_id=terminators,
|
||||||
do_sample=False,
|
do_sample=True,
|
||||||
temperature=0.6,
|
temperature=0.6,
|
||||||
top_p=1,
|
top_p=1,
|
||||||
repetition_penalty=1.1
|
repetition_penalty=1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user