newsph_nli

مراجع:

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:newsph_nli')
  • الوصف :
First benchmark dataset for sentence entailment in the low-resource Filipino language. Constructed through exploting the structure of news articles. Contains 600,000 premise-hypothesis pairs, in 70-15-15 split for training, validation, and testing.
  • الترخيص : Filipino-Text-Benchmarks مرخص بموجب رخصة جنو العمومية العامة v3.0
  • الإصدار : 1.0.0
  • الانقسامات :
انشق، مزق أمثلة
'test' 9000
'train' 420000
'validation' 90000
  • الميزات :
{
    "premise": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "hypothesis": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "0",
            "1"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}