Skip to content

Commit

Permalink
small fixes after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amalic committed Apr 23, 2020
1 parent 866e646 commit a320271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ if [ ! -f biobert_ner_models.zip ]; then
if [ ! -d biobert_ner_models ]; then
wget -O biobert_ner_models.zip --load-cookies cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1sSVEqvMBVLj1RJmlQDhRKyt_oe-wc5LK' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1sSVEqvMBVLj1RJmlQDhRKyt_oe-wc5LK"
rm -rf cookies.txt
unzip biobert_ner_models.zip
mkdir ./biobert_ner_models
unzip biobert_ner_models.zip -d ./biobert_ner_models
rm biobert_ner_models.zip
fi
fi
Expand Down

0 comments on commit a320271

Please sign in to comment.