مراجع:
برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:
ds = tfds.load('huggingface:nkjp-ner')
- توضیحات :
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.
- مجوز : GNU GPL نسخه 3
- نسخه : 1.1.0
- تقسیم ها :
تقسیم کنید | نمونه ها |
---|---|
'test' | 2058 |
'train' | 15794 |
'validation' | 1941 |
- ویژگی ها :
{
"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"
}
}