def create_miracl_datasets(datasets):
"""
nothing just extract texts
"""
datasets_ = {
'query': [],
'positive_passages': [],
'negative_passages': [],
}
for data in tqdm(datasets):… See the full description on the dataset page:
https://huggingface.co/datasets/AilinWhiteNight/ranker_thv2.