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": [
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user