Riferimenti:
Utilizzare il comando seguente per caricare questo set di dati in TFDS:
ds = tfds.load('huggingface:nkjp-ner')
- Descrizione :
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.
- Licenza : GNU GPL v.3
- Versione : 1.1.0
- Divide :
Diviso | Esempi |
---|---|
'test' | 2058 |
'train' | 15794 |
'validation' | 1941 |
- Caratteristiche :
{
"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"
}
}