Skip to content

Commit 232bea2

Browse files
authored
Fix clue test dataset info bug (PaddlePaddle#1098)
1 parent 6b6bcf1 commit 232bea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlenlp/datasets/clue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class Clue(DatasetBuilder):
208208
'27614454cc26be6fcab5bbd9a45967ff',
209209
],
210210
'test1.0': [
211-
os.path.join('cluewsc2020_public', 'test.json'),
211+
os.path.join('cluewsc2020_public', 'test1.0.json'),
212212
'0e9e8ffd8ee90ddf1f58d6dc2e02de7b',
213213
]
214214
},

0 commit comments

Comments
 (0)