Create roberta-large-mnli-README.md

This commit is contained in:
Julien Chaumond
2020-07-02 09:43:54 -04:00
committed by GitHub
parent 69d313e808
commit 215db688da

View File

@@ -0,0 +1,22 @@
---
license: mit
widget:
- "I like you. [SEP] I love you"
---
## roberta-large-mnli
Trained by Facebook, [original source](https://github.com/pytorch/fairseq/tree/master/examples/roberta)
```bibtex
@article{liu2019roberta,
title = {RoBERTa: A Robustly Optimized BERT Pretraining Approach},
author = {Yinhan Liu and Myle Ott and Naman Goyal and Jingfei Du and
Mandar Joshi and Danqi Chen and Omer Levy and Mike Lewis and
Luke Zettlemoyer and Veselin Stoyanov},
journal={arXiv preprint arXiv:1907.11692},
year = {2019},
}
```