We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7bed8 commit a710682Copy full SHA for a710682
python/paddle/v2/dataset/wmt14.py
@@ -23,7 +23,7 @@
23
URL_DEV_TEST = 'http://www-lium.univ-lemans.fr/~schwenk/cslm_joint_paper/data/dev+test.tgz'
24
MD5_DEV_TEST = '7d7897317ddd8ba0ae5c5fa7248d3ff5'
25
# 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'
+URL_TRAIN = 'http://paddlepaddle.cdn.bcebos.com/demo/wmt_shrinked_data/wmt14.tgz'
27
MD5_TRAIN = 'a755315dd01c2c35bde29a744ede23a6'
28
29
START = "<s>"
0 commit comments