indonli

อ้างอิง:

อินดอนลี

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

ds = tfds.load('huggingface:indonli/indonli')
  • คำอธิบาย :
IndoNLI is the first human-elicited Natural Language Inference (NLI) dataset for Indonesian.
  IndoNLI is annotated by both crowd workers and experts. The expert-annotated data is used exclusively as a test set.
  It is designed to provide a challenging test-bed for Indonesian NLI by explicitly incorporating various linguistic phenomena such as numerical reasoning, structural changes, idioms, or temporal and spatial reasoning.
  • ใบอนุญาต : CC BY-SA 4.0

    การแสดงที่มา — คุณต้องให้เครดิตที่เหมาะสม ระบุลิงก์ไปยังใบอนุญาต และระบุว่ามีการเปลี่ยนแปลงหรือไม่ คุณอาจดำเนินการดังกล่าวในลักษณะที่สมเหตุสมผล แต่ไม่ใช่ในลักษณะใด ๆ ที่แนะนำผู้อนุญาตรับรองคุณหรือการใช้งานของคุณ

    ShareAlike — หากคุณรีมิกซ์ ดัดแปลง หรือต่อยอดเนื้อหา คุณต้องเผยแพร่ผลงานของคุณภายใต้ใบอนุญาตเดียวกันกับต้นฉบับ

    ไม่มีข้อจำกัดเพิ่มเติม — คุณไม่สามารถใช้ข้อกำหนดทางกฎหมายหรือมาตรการทางเทคโนโลยีที่จำกัดตามกฎหมายไม่ให้ผู้อื่นกระทำสิ่งใดๆ ตามใบอนุญาตที่อนุญาต

  • เวอร์ชั่น : 1.1.0

  • แยก :

แยก ตัวอย่าง
'test_expert' 2984
'test_lay' 2201
'train' 10330
'validation' 2197
  • คุณสมบัติ :
{
    "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"
    }
}