Quick question about testing huggingface seq2seq example

Hello everyone,

I’ve been following this on how to fine-tune a model for a translation task: transformers/examples/pytorch/translation at master · huggingface/transformers · GitHub

I got it to work and fine-tuned facebook/bart-base · Hugging Face with my own data and it finished. Now I have a very stupid question which is how do I test it? I want to set an input and make it predict the output. I know it must be so trivial that it doesn’t even mention on the example README…

Any help will be appreciated!