From c2fce7dd24ebb97e635ecf9ca04a3a7a8e316343 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Wed, 8 Aug 2018 22:52:54 +0800 Subject: [PATCH] Fix bos problem --- python/paddle/dataset/conll05.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/dataset/conll05.py b/python/paddle/dataset/conll05.py index 190688ba2c5..b5a87d624d3 100644 --- a/python/paddle/dataset/conll05.py +++ b/python/paddle/dataset/conll05.py @@ -29,7 +29,7 @@ from six.moves import zip, range __all__ = ['test, get_dict', 'get_embedding', 'convert'] -DATA_URL = 'http://www.cs.upc.edu/~srlconll/conll05st-tests.tar.gz' +DATA_URL = 'http://paddlemodels.bj.bcebos.com/conll05st/conll05st-tests.tar.gz' DATA_MD5 = '387719152ae52d60422c016e92a742fc' WORDDICT_URL = 'http://paddlemodels.bj.bcebos.com/conll05st/wordDict.txt' WORDDICT_MD5 = 'ea7fb7d4c75cc6254716f0177a506baa' -- GitLab