This is XLM-Paralaw Pretrained Model | |
Usage: | |
``` | |
from transformers import AutoModel | |
from transformers import AutoTokenizer | |
model = AutoModel.from_pretrained("nguyenthanhasia/XLM-Paralaw") | |
tokenizer = AutoTokenizer.from_pretrained("nguyenthanhasia/XLM-Paralaw") | |
``` | |
The paper about this model will be released soon. |