cllatMTK commited on
Commit
dc88b1c
1 Parent(s): 5c181ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -209,6 +209,7 @@ We also integrate `chat_template` into [tokenizer_config.json](tokenizer_config.
209
  >>> max_new_tokens=128,
210
  >>> top_p=0.01,
211
  >>> top_k=85,
 
212
  >>> temperature=0.01)
213
  >>>
214
  >>> print(tokenizer.decode(outputs[0]))
 
209
  >>> max_new_tokens=128,
210
  >>> top_p=0.01,
211
  >>> top_k=85,
212
+ >>> repetition_penalty=1.1,
213
  >>> temperature=0.01)
214
  >>>
215
  >>> print(tokenizer.decode(outputs[0]))