参考文献:
次のコマンドを使用して、このデータセットを 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' | 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"
}
}