download_weights.sh 203 Bytes
Newer Older
thomwolf's avatar
thomwolf committed
1
2
3
4
5
echo "=== Downloading BERT pre-trained weights ==="
echo "---"
wget --quiet --continue http://www.fit.vutbr.cz/~imikolov/rnnlm/simple-examples.tgz
tar -xzf simple-examples.tgz
rm -rf simple-examples.tgz