Skip to content

Commit 4325a9a

Browse files
authored
Merge pull request #1645 from helinwang/fast_wmt14
update url for wmt14 dataset
2 parents 9c7bed8 + a710682 commit 4325a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/dataset/wmt14.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
URL_DEV_TEST = 'http://www-lium.univ-lemans.fr/~schwenk/cslm_joint_paper/data/dev+test.tgz'
2424
MD5_DEV_TEST = '7d7897317ddd8ba0ae5c5fa7248d3ff5'
2525
# this is a small set of data for test. The original data is too large and will be add later.
26-
URL_TRAIN = 'http://paddlepaddle.bj.bcebos.com/demo/wmt_shrinked_data/wmt14.tgz'
26+
URL_TRAIN = 'http://paddlepaddle.cdn.bcebos.com/demo/wmt_shrinked_data/wmt14.tgz'
2727
MD5_TRAIN = 'a755315dd01c2c35bde29a744ede23a6'
2828

2929
START = "<s>"

0 commit comments

Comments
 (0)