Question: I’m tring to transformer for translation with opennmt-py. And I already have the tokenizer trained by sentencepiece(unigram). But I don’t know how to use my custom tokenizer in training config yaml. I’m refering the site of opennmt-docs (https://opennmt.net/OpenNMT-py/examples/Translation.html). Here ...
Question: I trained a machine translation model using huggingface library: The code above is taken from this Google Colab notebook. After the training, I can see the trained model is saved to the folder models and the metric is calculated. ...