wiki_qa

منابع:

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

ds = tfds.load('huggingface:wiki_qa')
  • توضیحات :
Wiki Question Answering corpus from Microsoft
  • مجوز : مجوز شناخته شده ای وجود ندارد
  • نسخه : 0.1.0
  • تقسیمات :
شکاف مثال ها
'test' 6165
'train' 20360
'validation' 2733
  • ویژگی ها :
{
    "question_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "document_title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "0",
            "1"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}