Changed num_beams to 4
This commit is contained in:
parent
b8f9d47055
commit
7709af724c
|
@ -45,10 +45,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": 65000,
|
"pad_token_id": 65000,
|
||||||
"scale_embedding": true,
|
"scale_embedding": true,
|
||||||
"static_position_embeddings": true,
|
"static_position_embeddings": true,
|
||||||
"vocab_size": 65001
|
"vocab_size": 65001
|
||||||
}
|
}
|
Loading…
Reference in New Issue