julien-c HF staff commited on
Commit
9d255b1
1 Parent(s): 503b110

Migrate model card from transformers-repo

Browse files

Read announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/roberta-large-mnli-README.md

Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ widget:
4
+ - text: "I like you. </s></s> I love you."
5
+ ---
6
+
7
+
8
+ ## roberta-large-mnli
9
+
10
+ Trained by Facebook, [original source](https://github.com/pytorch/fairseq/tree/master/examples/roberta)
11
+
12
+ ```bibtex
13
+ @article{liu2019roberta,
14
+ title = {RoBERTa: A Robustly Optimized BERT Pretraining Approach},
15
+ author = {Yinhan Liu and Myle Ott and Naman Goyal and Jingfei Du and
16
+ Mandar Joshi and Danqi Chen and Omer Levy and Mike Lewis and
17
+ Luke Zettlemoyer and Veselin Stoyanov},
18
+ journal={arXiv preprint arXiv:1907.11692},
19
+ year = {2019},
20
+ }
21
+ ```
22
+