codertimo / BERT-pytorch

Google AI 2018 BERT pytorch implementation
Apache License 2.0
6.09k stars 1.29k forks source link

Added a Google Colab Notebook that contains all the code in this project. #97

Open ginward opened 2 years ago

ginward commented 2 years ago

For learning purposes, I added example.ipynb, which is a Google Colab Notebook that works right out of the box. I have also included an example data file that addresses #59 .

kimjungwow commented 1 year ago

Thank you for sharing your code 🔥