system HF staff commited on
Commit
fcf4e06
1 Parent(s): f0bf43c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ The following model is a Pytorch pre-trained model obtained from converting Tensorflow checkpoint found in the [official Google BERT repository](https://github.com/google-research/bert). These BERT variants were introduced in the paper [Well-Read Students Learn Better: On the Importance of Pre-training Compact Models](https://arxiv.org/abs/1908.08962). These models are trained on MNLI.
2
+
3
+ ```
4
+ MNLI: 72.1%
5
+ MNLI-mm: 73.76%
6
+ ```
7
+ These models were trained for 4 epochs.
8
+
9
+ [@prajjwal_1](https://twitter.com/prajjwal_1)