mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 16:47:19 +00:00
* fix all eof * fix test * fix test * fix test * typo * fix sample * fix sample * add logs * fix page_dynamic_result.txt
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"data": [
|
|
{
|
|
"title": "test1",
|
|
"paragraphs": [
|
|
{
|
|
"context": "My name is Carla and I live together with Abdul in Berlin",
|
|
"qas": [
|
|
{
|
|
"answers": [
|
|
{
|
|
"answer_start": 11,
|
|
"text": "Carla"
|
|
},
|
|
{
|
|
"answer_start": 42,
|
|
"text": "Abdul"
|
|
},
|
|
{
|
|
"answer_start": 11,
|
|
"text": "Carla and I live together with Abdul"
|
|
}
|
|
],
|
|
"id": 7211011040021040393,
|
|
"question": "Who lives in Berlin?",
|
|
"is_impossible": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "test2",
|
|
"paragraphs": [
|
|
{
|
|
"context": "This is another test context",
|
|
"qas": [
|
|
{
|
|
"answers": [
|
|
{
|
|
"answer_start": 0,
|
|
"text": "This"
|
|
},
|
|
{
|
|
"answer_start": 5,
|
|
"text": "is"
|
|
}
|
|
],
|
|
"id": -5782547119306399562,
|
|
"question": "The model can't answer this",
|
|
"is_impossible": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|