-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
Hello, thanks for your gerat work! I have noticed that in E5Data.py, there exists:
if dataset in [ "allnli_split2", "quora_duplicates_split1", "quora_duplicates_split2", ]:
and
# combine split1 and split2 new_data_map = {} for dataset in data_map: new_dataset = dataset.replace("_split1", "").replace("_split2", "") if new_dataset not in new_data_map: new_data_map[new_dataset] = [] new_data_map[new_dataset] += data_map[dataset] data_map = new_data_map
I noticed that they were not used. What are actually split 1 and 2 used for? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels