Codes for finetuning BERT models for sentiment analysis, summarization, mask prediction, text generation, and question answering
Published by Haerim Hwang
BERT sentiment analysis summarization mask prediction text generation question answering natural language processing google colab python
0 min READ
This script creates finetuned BERT models to conduct sentiment analysis, summarization, mask prediction, text generation, and question answering. We use Google Colab for the script, which allows us to use GPU instead of CPU.
Click HERE for the Python script in Google Colab.
These codes were revised based on the following references. https://github.com/kiyoungkim1/LMkor
https://github.com/Seongtae-Kim/WinterSchool_BERT