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:
parent
3dcaa8d5dd
commit
c646b505bf
@ -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']"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user