nkjp-ner

Bibliografia:

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

ds = tfds.load('huggingface:nkjp-ner')
  • Opis :
The NKJP-NER is based on a human-annotated part of National Corpus of Polish (NKJP). We extracted sentences with named entities of exactly one type. The task is to predict the type of the named entity.
  • Licencja : GNU GPL v.3
  • Wersja : 1.1.0
  • Dzieli :
Rozdzielać Przykłady
'test' 2058
'train' 15794
'validation' 1941
  • Cechy :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "target": {
        "num_classes": 6,
        "names": [
            "geogName",
            "noEntity",
            "orgName",
            "persName",
            "placeName",
            "time"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}