Explaining BERT Simply Using Sketches
BERT introduced by Google in 2018 was one of the most influential papers for NLP. But it is still hard to understand.
11 min readApr 14, 2021
--
In my last series of posts on Transformers, I talked about how a transformer works and how to implement one yourself for a translation task.