Datasets:

Languages:
Polish
ArXiv:
License:
kwojtasik commited on
Commit
5e4d3f5
1 Parent(s): ff64ad5

Update PUGG_IR.py

Browse files
Files changed (1) hide show
  1. 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
- "query": datasets.Value("string"),
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: