Datasets:
Tasks:
Text Retrieval
Sub-tasks:
document-retrieval
Languages:
Polish
Size:
10K<n<100K
ArXiv:
Tags:
wikipedia
License:
Update PUGG_IR.py
Browse files- PUGG_IR.py +1 -1
PUGG_IR.py
CHANGED
@@ -44,7 +44,7 @@ class PuggIr(datasets.GeneratorBasedBuilder):
|
|
44 |
features = datasets.Features(
|
45 |
{
|
46 |
"_id": datasets.Value("string"),
|
47 |
-
"
|
48 |
}
|
49 |
)
|
50 |
elif self.config.name == _QRELS:
|
|
|
44 |
features = datasets.Features(
|
45 |
{
|
46 |
"_id": datasets.Value("string"),
|
47 |
+
"text": datasets.Value("string"),
|
48 |
}
|
49 |
)
|
50 |
elif self.config.name == _QRELS:
|