Skip to content

Commit 7b80598

Browse files
lianrzhlianrzh
authored andcommitted
add webpage topic model
1 parent 7f9b348 commit 7b80598

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

model/download_model.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ if [ ! -d news ]; then
55
wget http://familia.bj.bcebos.com/models/news.v1.tar.gz
66
tar -xzf news.v1.tar.gz
77
fi
8+
9+
if [ ! -d webpage ]; then
10+
wget http://familia.bj.bcebos.com/models/webpage.tar.gz
11+
tar -xzf webpage.tar.gz
12+
fi

0 commit comments

Comments
 (0)