참고자료:
ner_data
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:igbo_ner/ner_data')
- 설명 :
Igbo Named Entity Recognition Dataset
- 라이센스 : 알려진 라이센스 없음
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 30715 |
- 특징 :
{
"content_n": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"named_entity": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sentences": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
free_text
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:igbo_ner/free_text')
- 설명 :
Igbo Named Entity Recognition Dataset
- 라이센스 : 알려진 라이센스 없음
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 10000 |
- 특징 :
{
"sentences": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}