mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-29 03:39:58 +00:00
21 lines
601 B
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"
|
|
} |