NickyNicky commited on
Commit
618a21c
1 Parent(s): de4f00d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -182,7 +182,7 @@ inputs = tokenizer.encode(txt,
182
  max_new_tokens=1000
183
  generation_config = GenerationConfig(
184
  max_new_tokens=max_new_tokens,
185
- temperature=0.1, # 82
186
  #top_p=0.9,
187
  top_k=50,
188
  repetition_penalty=1.1,
 
182
  max_new_tokens=1000
183
  generation_config = GenerationConfig(
184
  max_new_tokens=max_new_tokens,
185
+ temperature=0.1, # .82 .2
186
  #top_p=0.9,
187
  top_k=50,
188
  repetition_penalty=1.1,