NickyNicky
commited on
Commit
•
290ca83
1
Parent(s):
e11935f
Update README.md
Browse files
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.2,
|
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.2, # 82
|
186 |
#top_p=0.9,
|
187 |
top_k=50,
|
188 |
repetition_penalty=1.1,
|