|
|
@ -18,7 +18,5 @@ set -x
|
|
|
|
# download the dictionary and pretrained model
|
|
|
|
# download the dictionary and pretrained model
|
|
|
|
for file in baidu.dict model_32.emb model_64.emb model_128.emb model_256.emb
|
|
|
|
for file in baidu.dict model_32.emb model_64.emb model_128.emb model_256.emb
|
|
|
|
do
|
|
|
|
do
|
|
|
|
# following is the google drive address
|
|
|
|
wget http://paddlepaddle.bj.bcebos.com/model_zoo/embedding/$file
|
|
|
|
# you can also directly download from https://pan.baidu.com/s/1o8q577s
|
|
|
|
|
|
|
|
wget https://www.googledrive.com/host/0B7Q8d52jqeI9ejh6Q1RpMTFQT1k/embedding/$file --no-check-certificate
|
|
|
|
|
|
|
|
done
|
|
|
|
done
|
|
|
|