Wajdi1976 commited on
Commit
53105ca
·
verified ·
1 Parent(s): dce86fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ def get_response(text, tokenizer=tokenizer, model=model):
57
  generate_ids = model.generate(
58
  input_ids,
59
  attention_mask=attention_mask,
60
- top_p=1,
61
  temperature=0.3,
62
  max_length=128,
63
  min_length=input_len + 4,
 
57
  generate_ids = model.generate(
58
  input_ids,
59
  attention_mask=attention_mask,
60
+ top_p=0.9,
61
  temperature=0.3,
62
  max_length=128,
63
  min_length=input_len + 4,