limhyeonseok commited on
Commit
0f5d1e3
1 Parent(s): 897ebfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -119,7 +119,7 @@ prompt = tokenizer.apply_chat_template(
119
  generation_kwargs = {
120
  "max_tokens":512,
121
  "stop":["<|eot_id|>"],
122
- "top-p":0.9,
123
  "temperature":0.6,
124
  "echo":True, # Echo the prompt in the output
125
  }
 
119
  generation_kwargs = {
120
  "max_tokens":512,
121
  "stop":["<|eot_id|>"],
122
+ "top_p":0.9,
123
  "temperature":0.6,
124
  "echo":True, # Echo the prompt in the output
125
  }