gaunernst/bert-mini-uncased
BERT Mini (uncased)
Mini BERT models from https://arxiv.org/abs/1908.08962 that the HF team didn't convert. The original conversion script is used.
See the original Google repo: google-research/bert
Note: it's not clear if these checkpoints have undergone knowledge distillation.
Model variants
[2128]: https://huggingface.co/gaunernst/bert-tiny-uncased [2256]: https://huggingface.co/gaunernst/bert-L2-H256-uncased [2512]: https://huggingface.co/gaunernst/bert-L2-H512-uncased [2768]: https://huggingface.co/gaunernst/bert-L2-H768-uncased [4128]: https://huggingface.co/gaunernst/bert-L4-H128-uncased [4256]: https://huggingface.co/gaunernst/bert-mini-uncased [4512]: https://huggingface.co/gaunernst/bert-small-uncased [4768]: https://huggingface.co/gaunernst/bert-L4-H768-uncased [6128]: https://huggingface.co/gaunernst/bert-L6-H128-uncased [6256]: https://huggingface.co/gaunernst/bert-L6-H256-uncased [6512]: https://huggingface.co/gaunernst/bert-L6-H512-uncased [6768]: https://huggingface.co/gaunernst/bert-L6-H768-uncased [8128]: https://huggingface.co/gaunernst/bert-L8-H128-uncased [8256]: https://huggingface.co/gaunernst/bert-L8-H256-uncased [8512]: https://huggingface.co/gaunernst/bert-medium-uncased [8768]: https://huggingface.co/gaunernst/bert-L8-H768-uncased [10128]: https://huggingface.co/gaunernst/bert-L10-H128-uncased [10256]: https://huggingface.co/gaunernst/bert-L10-H256-uncased [10512]: https://huggingface.co/gaunernst/bert-L10-H512-uncased [10768]: https://huggingface.co/gaunernst/bert-L10-H768-uncased [12128]: https://huggingface.co/gaunernst/bert-L12-H128-uncased [12256]: https://huggingface.co/gaunernst/bert-L12-H256-uncased [12512]: https://huggingface.co/gaunernst/bert-L12-H512-uncased [12768]: https://huggingface.co/bert-base-uncased
Usage
See other BERT model cards e.g. https://huggingface.co/bert-base-uncased
Citation
@article{turc2019,
title={Well-Read Students Learn Better: On the Importance of Pre-training Compact Models},
author={Turc, Iulia and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina},
journal={arXiv preprint arXiv:1908.08962v2 },
year={2019}
}