אינדונלי

הפניות:

אינדונלי

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
    }
}