Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
{
|
52 |
"do_sample": false,
|
53 |
"max_length": 200,
|
54 |
-
"num_beams":
|
55 |
"top_p": 0.95,
|
56 |
"repetition_penalty": 3.0,
|
57 |
"no_repeat_ngram_size": 3
|
|
|
51 |
{
|
52 |
"do_sample": false,
|
53 |
"max_length": 200,
|
54 |
+
"num_beams": 5,
|
55 |
"top_p": 0.95,
|
56 |
"repetition_penalty": 3.0,
|
57 |
"no_repeat_ngram_size": 3
|