How to train DIET architecture on foreign language

I tried running my training with

name: LanguageModelFeaturizer

model_name: “xlm-roberta-base”

But getting this: KeyError: “‘xlm-roberta-base’ not a valid model name. Choose from [‘bert’, ‘gpt’, ‘gpt2’, ‘xlnet’, ‘distilbert’, ‘roberta’] or createa new class inheriting from this class to support your model.”