Serhii commited on
Commit
80ba7c4
1 Parent(s): f513fe7
Files changed (1) hide show
  1. 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": [0]
186
  }
187
  }
188
 
 
182
  "question": row["question"],
183
  "answers": {
184
  "text": row["answers"]["text"],
185
+ "answer_start": [15]
186
  }
187
  }
188