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 supposed to be trained on a downstream task.
|
2 |
+
|
3 |
+
You can check out:
|
4 |
+
- `prajjwal1/bert-tiny` (L=2, H=128)
|
5 |
+
- `prajjwal1/bert-mini` (L=4, H=256)
|
6 |
+
- `prajjwal1/bert-small` (L=4, H=512)
|
7 |
+
- `prajjwal1/bert-medium` (L=8, H=512)
|
8 |
+
|
9 |
+
[@prajjwal_1](https://twitter.com/prajjwal_1)
|