Changed num_beams to 4
This commit is contained in:
parent
749818b1f7
commit
e758aa872f
|
@ -44,10 +44,10 @@
|
||||||
"model_type": "marian",
|
"model_type": "marian",
|
||||||
"normalize_before": false,
|
"normalize_before": false,
|
||||||
"normalize_embedding": false,
|
"normalize_embedding": false,
|
||||||
"num_beams": 6,
|
"num_beams": 4,
|
||||||
"num_hidden_layers": 6,
|
"num_hidden_layers": 6,
|
||||||
"pad_token_id": 59513,
|
"pad_token_id": 59513,
|
||||||
"scale_embedding": true,
|
"scale_embedding": true,
|
||||||
"static_position_embeddings": true,
|
"static_position_embeddings": true,
|
||||||
"vocab_size": 59514
|
"vocab_size": 59514
|
||||||
}
|
}
|
Loading…
Reference in New Issue