vector_nlp_symposium_2020
Setup
- Clone the repository into a local drive with
git clone https://github.com/maxmatical/vector_nlp_symposium_2020.git
- Open https://colab.research.google.com/github/maxmatical/fast.ai/blob/master/full_twitter_sentiment_transformers.ipynb
- Click the
Copy to Drive
to save a copy of the notebook to your google colab - Upload
test1.csv
(found in thevector_nlp_symposium_2020
folder) to the colab notebook - Go to
Runtime
->Change runtime type
. UnderHardware Accelerator
, select theGPU
option and click save - Run the cells with
Shift + Enter