This notebook provides a worked example for utilising the BERT for TensorFlow model scripts.
For convenience, it is launched inside of NVIDIA’s Tensorflow Docker container hosted on NGC to have a reproducible environment that is easy to set up.
To take a look at this, or any other, notebook; follow these steps:
note - This method will not allow you to run the notebook's contents.
Assuming you have Jupyter installed, to simply read through the notebook and code samples follow these steps:
jupyter notebook BERT_Jupyter.ipynb
You'll now be able to view the notebook from your web browser.