How to Run Hugging Face MT Models for XOR-TyDi

Hi everyone,
I have a problem running this code

the error message is:

Traceback (most recent call last):
File “translate.py”, line 80, in
args.shard_id,
File “translate.py”, line 36, in translate
“language direction {}-{} is not supported by Hugging Face”.format(src_lang, tgt_lang))
RuntimeError: language direction ja-en is not supported by Hugging Face

I don’t know how to add the model to run translation?