ibo_ner

Bibliografia:

ner_data

Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:

ds = tfds.load('huggingface:igbo_ner/ner_data')
  • Opis :
Igbo Named Entity Recognition Dataset
  • Licencja : Brak znanej licencji
  • Wersja : 1.1.0
  • Podziały :
Podział Przykłady
'train' 30715
  • Cechy :
{
    "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"
    }
}

dowolny tekst

Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:

ds = tfds.load('huggingface:igbo_ner/free_text')
  • Opis :
Igbo Named Entity Recognition Dataset
  • Licencja : Brak znanej licencji
  • Wersja : 1.1.0
  • Podziały :
Podział Przykłady
'train' 10000
  • Cechy :
{
    "sentences": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}