I'm seriously considering training a NMT model using some domain data. Custom Translator seems a good option.
But I'm wondering whether the model offered by Azure is an empty model (never trained with language data) or is pretrained general model (like Bing Translator)?
If it's the former case, do I need to train the model with additional general domain data to achieve ideal results.
Thanks