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.
2 parents 8c91fb1 + 6b7cbca commit 5aa1bffCopy full SHA for 5aa1bff
flair/datasets/entity_linking.py
@@ -1253,7 +1253,8 @@ def __init__(
1253
sample_missing_splits_in_multicorpus = 'only_dev'
1254
1255
# also we remove 'raganato_ALL' from filenames in case its in the list
1256
- filenames.remove('raganato_ALL')
+ if 'raganato_ALL' in filenames:
1257
+ filenames.remove('raganato_ALL')
1258
1259
# generate the test file
1260
test_file = determine_tsv_file(filename='raganato_ALL', data_folder=data_folder,
0 commit comments