chapter thirteen
13 Transformers
This chapter covers,
- Implementing a transformer model that has all the components as discussed in the original Transformer paper including positional embeddings and layer normalization
- Implementing BERT and a downstream classifier to identify spam messages using TensorFlow and TFHub
- Implementing a question answering model based on BERT using HuggingFace’s transformer library