Skip to content

Commit

Permalink
Update pretrained model URL
Browse files Browse the repository at this point in the history
Moved to Waseda University.
  • Loading branch information
kduxin authored Apr 11, 2023
1 parent 7161799 commit 30aad4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmark/1_download_pretrained.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_URL="https://www.cl.rcast.u-tokyo.ac.jp/~duxin/firelang/pretrained/word/"
BASE_URL="https://www.l.sci.waseda.ac.jp/member/duxin/firelang/pretrained/word/"
VERSION="v1.1/"
MODEL_23="wacky_mlplanardiv_d2_l4_k1_polysemy.tar.gz"
MODEL_50="wacky_mlplanardiv_d2_l4_k10.tar.gz"
Expand All @@ -16,4 +16,4 @@ rm checkpoints/$VERSION$MODEL_50

wget "$BASE_URL$VERSION$MODEL_100" -O checkpoints/$VERSION$MODEL_100
tar zxvf checkpoints/$VERSION$MODEL_100 -C checkpoints/$VERSION
rm checkpoints/$VERSION$MODEL_100
rm checkpoints/$VERSION$MODEL_100

0 comments on commit 30aad4d

Please sign in to comment.