Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
10M - 100M
ArXiv:
Tags:
text-retrieval
A small typo in your example to build a training set.
#3
by
MarcGrumpyOlejak
- opened
Thanks for this wonderful set and your paper. As I want to try something with static models, I just stumbled upon a little typo in your example to build a dataset from 3 subsets.
In the subset "deu-queries" the name of the split is not "queries" but "train" - so the following based upon your example does not work:
data_queries = load_dataset(
"PaDaS-Lab/webfaq-retrieval",
"deu-queries",
split="queries"
)
It looks like this is for all splits in all subsets - so you only would have to correct the "split"-name in the example.