Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -8,5 +8,6 @@
|
|
8 |
"do_sample": true,
|
9 |
"max_new_tokens": 1024,
|
10 |
"num_beams": 2,
|
11 |
-
"repetition_penalty": 1.
|
|
|
12 |
}
|
|
|
8 |
"do_sample": true,
|
9 |
"max_new_tokens": 1024,
|
10 |
"num_beams": 2,
|
11 |
+
"repetition_penalty": 1.1,
|
12 |
+
"no_repeat_ngram_size": 8
|
13 |
}
|