Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Implementations
huggingface/transformers has PyTorch implementation of transfomer based models (such as BERT and DistilBERT ).
https://github.com/codertimo/BERT-pytorch
Official Implementation of BERT in TensorFlow
Tutorials
https://mccormickml.com/2019 …