igbo_ner

Referências:

ner_data

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:igbo_ner/ner_data')
  • Descrição :
Igbo Named Entity Recognition Dataset
  • Licença : Nenhuma licença conhecida
  • Versão : 1.1.0
  • Divisões :
Dividir Exemplos
'train' 30715
  • Características :
{
    "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"
    }
}

Texto livre

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:igbo_ner/free_text')
  • Descrição :
Igbo Named Entity Recognition Dataset
  • Licença : Nenhuma licença conhecida
  • Versão : 1.1.0
  • Divisões :
Dividir Exemplos
'train' 10.000
  • Características :
{
    "sentences": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}