Tutorial covering the use of the Bert model for natural language processing. See the tutorial notebook
git clone https://github.com/eriktks/bert_tutorial.git
cd bert_tutorial
python3 -m venv --prompt "bert_tutorial" venv3
source venv3/bin/activate
pip install -r requirements.txt
cd bert_tutorial
source venv3/bin/activate
jupyter lab
Erik Tjong Kim Sang, [email protected]