Skip to content

importing biobert_v1.1_pubmed ERROR 404: Not Found to Colab notebook #184

@JaskaranKaurGill

Description

@JaskaranKaurGill

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
image

Has the link changed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions