xlm-roberta-xxlarge?

#9
by vjeronymo2 - opened

Hi, I'm trying to transform the xlm-roberta-xxlarge model from here, from Pytorch's .pt to Hugging Face's .bin but I'm having a hard time.
How could I generate the tokenizer.json from the dict.txt and sentencepiece.bpe.model they provide?
Also how can I generate the config.json required to load the statedict model.pt?

UPDATE: Oh nvm, I found facebook/xlm-roberta-xxl here

Sign up or log in to comment