Update
Browse files- Custom_SQuAD.py +1 -1
Custom_SQuAD.py
CHANGED
@@ -182,7 +182,7 @@ class ShellcodeIA32(datasets.GeneratorBasedBuilder):
|
|
182 |
"question": row["question"],
|
183 |
"answers": {
|
184 |
"text": row["answers"]["text"],
|
185 |
-
"answer_start": [
|
186 |
}
|
187 |
}
|
188 |
|
|
|
182 |
"question": row["question"],
|
183 |
"answers": {
|
184 |
"text": row["answers"]["text"],
|
185 |
+
"answer_start": [15]
|
186 |
}
|
187 |
}
|
188 |
|