Datasets:
Update poquad.py
Browse files
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,
|