MoMask-test / prepare /download_glove.sh
andrewatef's picture
Upload folder using huggingface_hub
823807d verified
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!"