Skip to content

Commit

Permalink
update dataset tnews (PaddlePaddle#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuChiachi committed Jul 30, 2021
1 parent 4baf346 commit 6b515fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion paddlenlp/datasets/clue.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Clue(DatasetBuilder):
'tnews': {
'url':
"https://storage.googleapis.com/cluebenchmark/tasks/tnews_public.zip",
'md5': '587171233c8e8db00a3dc9bae5d2b47d',
'md5': '38186ed0a751bc33e3ae0c1b59319777',
'splits': {
'train': [
os.path.join('tnews_public', 'train.json'),
Expand All @@ -110,6 +110,10 @@ class Clue(DatasetBuilder):
],
'test': [
os.path.join('tnews_public', 'test.json'),
'045a6c4f59bf1a066c4a0d7afe6cd2b4',
],
'test1.0': [
os.path.join('tnews_public', 'test1.0.json'),
'2d1557c7548c72d5a84c47bbbd3a4e85',
],
'labels': [
Expand Down

0 comments on commit 6b515fd

Please sign in to comment.