mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 08:37:20 +00:00
* fix all eof * fix test * fix test * fix test * typo * fix sample * fix sample * add logs * fix page_dynamic_result.txt
34 lines
806 B
JSON
34 lines
806 B
JSON
{
|
|
"data": [
|
|
{
|
|
"title": "test1",
|
|
"paragraphs": [
|
|
{
|
|
"context": "My name is Carla and I live together with Abdul in Berlin. \n\nThis is a new passage saying Leila lives in Berlin, too.",
|
|
"qas": [
|
|
{
|
|
"answers": [
|
|
{
|
|
"answer_start": 11,
|
|
"text": "Carla"
|
|
},
|
|
{
|
|
"answer_start": 42,
|
|
"text": "Abdul"
|
|
},
|
|
{
|
|
"answer_start": 89,
|
|
"text": "Leila"
|
|
}
|
|
],
|
|
"id": 7211011040021040393,
|
|
"question": "Who lives in Berlin?",
|
|
"is_impossible": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|