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 4baf346 commit 6b515fdCopy full SHA for 6b515fd
paddlenlp/datasets/clue.py
@@ -98,7 +98,7 @@ class Clue(DatasetBuilder):
98
'tnews': {
99
'url':
100
"https://storage.googleapis.com/cluebenchmark/tasks/tnews_public.zip",
101
- 'md5': '587171233c8e8db00a3dc9bae5d2b47d',
+ 'md5': '38186ed0a751bc33e3ae0c1b59319777',
102
'splits': {
103
'train': [
104
os.path.join('tnews_public', 'train.json'),
@@ -110,6 +110,10 @@ class Clue(DatasetBuilder):
110
],
111
'test': [
112
os.path.join('tnews_public', 'test.json'),
113
+ '045a6c4f59bf1a066c4a0d7afe6cd2b4',
114
+ ],
115
+ 'test1.0': [
116
+ os.path.join('tnews_public', 'test1.0.json'),
117
'2d1557c7548c72d5a84c47bbbd3a4e85',
118
119
'labels': [
0 commit comments