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