jonsaadfalcon commited on
Commit
5f084e3
1 Parent(s): d73a266

updated files

Browse files
Files changed (1) hide show
  1. lotte_passages.py +1 -1
lotte_passages.py CHANGED
@@ -117,7 +117,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
117
  # TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
118
  features = datasets.Features(
119
  {
120
- "query_id": datasets.Value("string"),
121
  "text": datasets.Value("string")
122
  }
123
  )
 
117
  # TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
118
  features = datasets.Features(
119
  {
120
+ "doc_id": datasets.Value("int32"),
121
  "text": datasets.Value("string")
122
  }
123
  )