diff --git a/BERT.ipynb b/BERT.ipynb index d7d5bbd..d4a4c61 100644 --- a/BERT.ipynb +++ b/BERT.ipynb @@ -163,7 +163,7 @@ "source": [ "import sys\n", "\n", - "!test -d bert || git clone https://github.com/siddharth9820/bert.git\n", + "!test -d bert || git clone https://github.com/shalmolighosh/bert/\n", "if not 'bert' in sys.path:\n", " sys.path += ['bert']" ], @@ -1801,4 +1801,4 @@ "outputs": [] } ] -} \ No newline at end of file +}