MoMask / prepare /download_glove.sh
MeYourHint's picture
first demo version
c0eac48
raw
history blame
266 Bytes
echo -e "Downloading glove (in use by the evaluators, not by MoMask itself)"
gdown --fuzzy https://drive.google.com/file/d/1cmXKUT31pqd7_XpJAiWEo1K81TMYHA5n/view?usp=sharing
rm -rf glove
unzip glove.zip
echo -e "Cleaning\n"
rm glove.zip
echo -e "Downloading done!"