From 43643256e2f8c7a7ae1e66705c8edae152fa4cf5 Mon Sep 17 00:00:00 2001 From: Angel Umana <60790401+ibidyouadu@users.noreply.github.com> Date: Thu, 23 Jul 2020 18:20:12 -0400 Subject: [PATCH] Update BERT_tweet_classification.ipynb --- modeling/BERT_tweet_classification.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modeling/BERT_tweet_classification.ipynb b/modeling/BERT_tweet_classification.ipynb index d7ebeca..b36d800 100644 --- a/modeling/BERT_tweet_classification.ipynb +++ b/modeling/BERT_tweet_classification.ipynb @@ -20,7 +20,7 @@ "colab_type": "text" }, "source": [ - "The first few cells will import some libraries and a script. For the most part this is identical to [xhlulu's Kaggle code.](https://www.kaggle.com/xhlulu/disaster-nlp-keras-bert-using-tfhub) Only difference is the first cell, which you only need to run if using google colab, and the importing of re and nltk in cell 3. " + "The first few cells will import some libraries and a script. For the most part this is identical to [xhlulu's Kaggle code.](https://www.kaggle.com/xhlulu/disaster-nlp-keras-bert-using-tfhub) The first cell is required if using google colab." ] }, { @@ -618,4 +618,4 @@ ] } ] -} \ No newline at end of file +} -- 2.43.0