Fix the data URL in wmt16.py. (#17775)

test=develop
dependabot/pip/python/requests-2.20.0
Guo Sheng 6 years ago committed by GitHub
parent 3d0e1204d6
commit 4c5df40e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,8 +48,7 @@ __all__ = [
"get_dict",
]
DATA_URL = ("http://cloud.dlnel.org/filepub/"
"?uuid=46a0808e-ddd8-427c-bacd-0dbc6d045fed")
DATA_URL = ("http://paddlemodels.bj.bcebos.com/wmt/wmt16.tar.gz")
DATA_MD5 = "0c38be43600334966403524a40dcd81e"
TOTAL_EN_WORDS = 11250

Loading…
Cancel
Save