We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to import BioBERT from the original https://github.com/dmis-lab/biobert and transfer the files to our Colab notebook.
!pip install transformers !wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1R84voFKHfWV9xjzeLzWBbmY1uOMYpnyD' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1R84voFKHfWV9xjzeLzWBbmY1uOMYpnyD" -O biobert_weights && rm -rf /tmp/cookies.txt !tar -xzf biobert_weights !transformers-cli convert --model_type bert --tf_checkpoint biobert_v1.1_pubmed/model.ckpt-1000000 --config biobert_v1.1_pubmed/bert_config.json --pytorch_dump_output biobert_v1.1_pubmed/pytorch_model.bin !mv biobert_v1.1_pubmed/bert_config.json biobert_v1.1_pubmed/config.json
I am getting the following error: ERROR 404: Not Found
Has the link changed
The text was updated successfully, but these errors were encountered:
The same problem is here in issue #185 link
Sorry, something went wrong.
Hi As mentioned in above comment (thanks Vahab Mostafapour!), my school has ceased to provide google drive access.
We have made a mirror at the following URLs: http://nlp.dmis.korea.edu/projects/biobert-2020-checkpoints/biobert_v1.1_pubmed.tar.gz http://nlp.dmis.korea.edu/projects/biobert-2020-checkpoints/NERdata.zip http://nlp.dmis.korea.edu/projects/biobert-2020-checkpoints/REdata.zip http://nlp.dmis.korea.edu/projects/biobert-2020-checkpoints/QA.zip
Thank you. Best, Wonjin
No branches or pull requests
I am trying to import BioBERT from the original https://github.com/dmis-lab/biobert and transfer the files to our Colab notebook.
!pip install transformers !wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1R84voFKHfWV9xjzeLzWBbmY1uOMYpnyD' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1R84voFKHfWV9xjzeLzWBbmY1uOMYpnyD" -O biobert_weights && rm -rf /tmp/cookies.txt !tar -xzf biobert_weights !transformers-cli convert --model_type bert --tf_checkpoint biobert_v1.1_pubmed/model.ckpt-1000000 --config biobert_v1.1_pubmed/bert_config.json --pytorch_dump_output biobert_v1.1_pubmed/pytorch_model.bin !mv biobert_v1.1_pubmed/bert_config.json biobert_v1.1_pubmed/config.json
I am getting the following error:
ERROR 404: Not Found
Has the link changed
The text was updated successfully, but these errors were encountered: