SGEcon commited on
Commit
c7127d4
1 Parent(s): b3e87a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.8, # This option is adjustable.
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