1.1 – Fine Tune a Transformer Model (1/2)

In the last post , we have talked about Transformer pipeline , the inner workings of all important tokenizer module and in the last we made predictions using the exiting pre-trained models. During fine-tuning, we can adjust the weights of the model in the following two ways: Update the weights of the pre-trained BERT model along … Continue reading 1.1 – Fine Tune a Transformer Model (1/2)