fixed beam number
Browse files- config.json +1 -1
config.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
"no_repeat_ngram_size": 0,
|
54 |
"num_attention_heads": 12,
|
55 |
"num_beam_groups": 1,
|
56 |
-
"num_beams":
|
57 |
"num_hidden_layers": 12,
|
58 |
"num_return_sequences": 1,
|
59 |
"output_attentions": false,
|
|
|
53 |
"no_repeat_ngram_size": 0,
|
54 |
"num_attention_heads": 12,
|
55 |
"num_beam_groups": 1,
|
56 |
+
"num_beams": 3,
|
57 |
"num_hidden_layers": 12,
|
58 |
"num_return_sequences": 1,
|
59 |
"output_attentions": false,
|