อ้างอิง:
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน 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 v.3
- เวอร์ชั่น : 1.1.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 2058 |
'train' | 15794 |
'validation' | 2484 |
- คุณสมบัติ :
{
"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"
}
}