XLM-Paralaw / README.md
nguyenthanhasia's picture
Update README.md
75983a9
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.