Will I be able to use a Transformer architecture if I use the OPenNMT wizard/toolkit?
I’m presently installing and testing OpenNMT Wizard on the non-Transformer NMT.
Yes. The options
field is used to configure framework specific parameters. For example with OpenNMT-tf you could do something like:
{
"options": {
"model_type": "Transformer",
"auto_config": true
}
}
1 Like