haystack/test/samples/qa/answer-offset-wrong.json
ZanSara 3ffdb0a9a3
chore: fix all EOF (#3852)
* fix all eof

* fix test

* fix test

* fix test

* typo

* fix sample

* fix sample

* add logs

* fix page_dynamic_result.txt
2023-01-16 12:34:50 +01:00

22 lines
602 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"
}