mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-04 22:58:56 +00:00

* fix all eof * fix test * fix test * fix test * typo * fix sample * fix sample * add logs * fix page_dynamic_result.txt
22 lines
602 B
JSON
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"
|
|
}
|