Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -7,5 +7,6 @@
|
|
7 |
"do_sample": "True",
|
8 |
"top_k": 10,
|
9 |
"temperature": 0.8,
|
10 |
-
"max_new_tokens": 512
|
|
|
11 |
}
|
|
|
7 |
"do_sample": "True",
|
8 |
"top_k": 10,
|
9 |
"temperature": 0.8,
|
10 |
+
"max_new_tokens": 512,
|
11 |
+
"repitition_penalty": 10.
|
12 |
}
|