Create the environment: conda create -n nlp-handson1 python=3.8
Install the environment: pip install -r requirements.txt
Plotly extension: conda install nodejs jupyter labextension install jupyterlab-plotly
The BERT repository in this folder is an Hard Fork from the original ones. All the credits goes to Google Research team. This repository should be cloned and used on its own since it's based on different libraries.