Update README.md
Browse files
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: 68.04%
|
5 |
+
MNLI-mm: 69.17%
|
6 |
+
```
|
7 |
+
These models were trained for 4 epochs.
|
8 |
+
|
9 |
+
[@prajjwal_1](https://twitter.com/prajjwal_1)
|