Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarjoshi90 committed Aug 24, 2019
1 parent 35b0d26 commit 01368fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
17 changes: 0 additions & 17 deletions dowload_pretrained.sh

This file was deleted.

5 changes: 5 additions & 0 deletions download_pretrained.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
echo Downloading $1
wget -P $data_dir http://nlp.cs.washington.edu/pair2vec/$1.tar.gz
tar xvzf $data_dir/$model.tar.gz -C $data_dir
rm $data_dir/$model.tar.gz

0 comments on commit 01368fa

Please sign in to comment.