Skip to content

Commit 6b515fd

Browse files
authored
update dataset tnews (#814)
1 parent 4baf346 commit 6b515fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

paddlenlp/datasets/clue.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Clue(DatasetBuilder):
9898
'tnews': {
9999
'url':
100100
"https://storage.googleapis.com/cluebenchmark/tasks/tnews_public.zip",
101-
'md5': '587171233c8e8db00a3dc9bae5d2b47d',
101+
'md5': '38186ed0a751bc33e3ae0c1b59319777',
102102
'splits': {
103103
'train': [
104104
os.path.join('tnews_public', 'train.json'),
@@ -110,6 +110,10 @@ class Clue(DatasetBuilder):
110110
],
111111
'test': [
112112
os.path.join('tnews_public', 'test.json'),
113+
'045a6c4f59bf1a066c4a0d7afe6cd2b4',
114+
],
115+
'test1.0': [
116+
os.path.join('tnews_public', 'test1.0.json'),
113117
'2d1557c7548c72d5a84c47bbbd3a4e85',
114118
],
115119
'labels': [

0 commit comments

Comments
 (0)