Hi guys,
PyTorch FairSeq has recently published larger XLM-R models here: fairseq/examples/xlmr at master · pytorch/fairseq · GitHub
They have XLM-R-XL and XLM-R-XXL models that are much larger than the XLM-R-Base and XLM-R-Large that are currently available in Models. Is it possible to load these models in
Transformers? What would it take to convert them?