Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ If you wish to use the original data, please contact the original author directl
|
|
61 |
do_sample=True, # Enable sampling to generate a variety of answers
|
62 |
eos_token_id=tokenizer.eos_token_id, # Using EOS Token IDs
|
63 |
temperature=0.9, # This option is adjustable.
|
64 |
-
top_p=0.
|
65 |
top_k=100 # This option is adjustable.
|
66 |
)
|
67 |
|
|
|
61 |
do_sample=True, # Enable sampling to generate a variety of answers
|
62 |
eos_token_id=tokenizer.eos_token_id, # Using EOS Token IDs
|
63 |
temperature=0.9, # This option is adjustable.
|
64 |
+
top_p=0.9, # This option is adjustable.
|
65 |
top_k=100 # This option is adjustable.
|
66 |
)
|
67 |
|