Skip to content

Commit

Permalink
add webpage topic model
Browse files Browse the repository at this point in the history
  • Loading branch information
lianrzh authored and lianrzh committed Jul 24, 2017
1 parent 7f9b348 commit 7b80598
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model/download_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ if [ ! -d news ]; then
wget http://familia.bj.bcebos.com/models/news.v1.tar.gz
tar -xzf news.v1.tar.gz
fi

if [ ! -d webpage ]; then
wget http://familia.bj.bcebos.com/models/webpage.tar.gz
tar -xzf webpage.tar.gz
fi

0 comments on commit 7b80598

Please sign in to comment.