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"
    }
}