Renewed link for fork of BERT to updated location

The fork was moved to https://github.com/shalmolighosh/bert/ and the BERT.ipynb file has been updated to reflect the same
This commit is contained in:
Siddharth Singh 2020-10-18 22:15:07 +05:30 committed by GitHub
parent 3dcaa8d5dd
commit c646b505bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@
"source": [ "source": [
"import sys\n", "import sys\n",
"\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", "if not 'bert' in sys.path:\n",
" sys.path += ['bert']" " sys.path += ['bert']"
], ],
@ -1801,4 +1801,4 @@
"outputs": [] "outputs": []
} }
] ]
} }