Changed num_beams to 4
This commit is contained in:
parent
a64269782b
commit
42e2d7f5b4
|
@ -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