haystack/test/samples/qa/answer-offset-wrong.json

21 lines
601 B
JSON

{
"data": [
{
"title": "Test",
"paragraphs": [
{
"context": "Berlin has 10 inhabitants.",
"qas": [
{
"question": "How many people live in Berlin?",
"id": "5ad3d560604f3c001a3ff2c8",
"answers": [{"text": "10", "answer_start": 0}],
"is_impossible": false
}
]
}
]
}
],
"version": "v2.0"
}