1.2 – Fine Tune a Transformer Model (2/2)

In the last post we talked about that we can fine tune a BERT model using below two techniques – Update the weights of the pre-trained BERT model along with the classification layer. Update only the weights of the classification layer and not the pre-trained BERT model. This process becomes as using the pre-trained BERT model as … Continue reading 1.2 – Fine Tune a Transformer Model (2/2)