From: Angel Umana <60790401+ibidyouadu@users.noreply.github.com> Date: Thu, 23 Jul 2020 22:20:12 +0000 (-0400) Subject: Update BERT_tweet_classification.ipynb X-Git-Url: http://git.angelumana.com/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2FHEAD;p=tweet_classification%2F.git Update BERT_tweet_classification.ipynb --- 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 +}