We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b728d42 commit 8039634Copy full SHA for 8039634
1 file changed
PyTorch/LanguageModeling/BERT/scripts/data_download.sh
@@ -1,12 +1,6 @@
1
#!/usr/bin/env bash
2
DATA_DIR=${1:-/workspace/bert/data}
3
4
-# Check running from repository root
5
-if [ ! -d .git ]; then
6
- echo "Not running from repository root! Exiting."
7
- exit 1
8
-fi
9
-
10
# Download vocab files from pretrained model
11
cd vocab && python3 download_models.py && rm *.zip && rm ./*/*.ckpt.*
12
0 commit comments