qa_zre

ข้อมูลอ้างอิง:

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:qa_zre')
  • คำอธิบาย :
A dataset reducing relation extraction to simple reading comprehension questions
  • ใบอนุญาต : ไม่ทราบใบอนุญาต
  • เวอร์ชัน : 0.1.0
  • แยก :
แยก ตัวอย่าง
'test' 120000
'train' 8400000
'validation' 6000
  • คุณสมบัติ :
{
    "relation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "subject": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answers": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}