kwojtasik commited on
Commit
346139e
1 Parent(s): 439c24b

Update poquad.py

Browse files
Files changed (1) hide show
  1. poquad.py +1 -0
poquad.py CHANGED
@@ -118,6 +118,7 @@ class SquadV2(datasets.GeneratorBasedBuilder):
118
  # Others are extracted here for the ease of future expansions.
119
  id_ += 1
120
  yield str(id_), {
 
121
  "title": title,
122
  "context": context,
123
  "question": question,
 
118
  # Others are extracted here for the ease of future expansions.
119
  id_ += 1
120
  yield str(id_), {
121
+ "id": str(id_),
122
  "title": title,
123
  "context": context,
124
  "question": question,