ภาษาอังกฤษ

อ้างอิง:

ข้อความธรรมดา

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

ds = tfds.load('huggingface:esnli/plain_text')
  • คำอธิบาย :
The e-SNLI dataset extends the Stanford Natural Language Inference Dataset to
include human-annotated natural language explanations of the entailment
relations.
  • ใบอนุญาต : ไม่มีใบอนุญาตที่รู้จัก
  • เวอร์ชั่น : 0.0.2
  • แยก :
แยก ตัวอย่าง
'test' 9824
'train' 549367
'validation' 9842
  • คุณสมบัติ :
{
    "premise": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "hypothesis": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "entailment",
            "neutral",
            "contradiction"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "explanation_1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "explanation_2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "explanation_3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}