igbo_ner

منابع:

ner_data

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:igbo_ner/ner_data')
  • شرح :
Igbo Named Entity Recognition Dataset
  • مجوز : مجوز شناخته شده ای وجود ندارد
  • نسخه : 1.1.0
  • تقسیم ها :
شکاف مثال ها
'train' 30715
  • امکانات :
{
    "content_n": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "named_entity": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentences": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

متن آزاد

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:igbo_ner/free_text')
  • شرح :
Igbo Named Entity Recognition Dataset
  • مجوز : مجوز شناخته شده ای وجود ندارد
  • نسخه : 1.1.0
  • تقسیم ها :
شکاف مثال ها
'train' 10000
  • امکانات :
{
    "sentences": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}