colbertv2 commited on
Commit
b0e0d96
·
1 Parent(s): 3ff6b73

Update lotte_passages.py

Browse files
Files changed (1) hide show
  1. lotte_passages.py +2 -2
lotte_passages.py CHANGED
@@ -182,11 +182,11 @@ class NewDataset(datasets.GeneratorBasedBuilder):
182
  else:
183
  author = ""
184
 
185
- yield i + 1, {
186
  "doc_id": current_query["doc_id"],
187
  "author": author,
188
  "text": current_query["text"]
189
- }
190
 
191
 
192
 
 
182
  else:
183
  author = ""
184
 
185
+ yield i + 1, {
186
  "doc_id": current_query["doc_id"],
187
  "author": author,
188
  "text": current_query["text"]
189
+ }
190
 
191
 
192