nq_open

منابع:

nq_open

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:nq_open/nq_open')
  • شرح :
The NQ-Open task, introduced by Lee et.al. 2019,
is an open domain question answering benchmark that is derived from Natural Questions.
The goal is to predict an English answer string for an input English question.
All questions can be answered using the contents of English Wikipedia.
  • مجوز : مجوز شناخته شده ای وجود ندارد
  • نسخه : 2.0.0
  • تقسیم ها :
شکاف مثال ها
'train' 87925
'validation' 3610
  • امکانات :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}