References:
ner_data
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:igbo_ner/ner_data')
- Description:
Igbo Named Entity Recognition Dataset
- License: No known license
- Version: 1.1.0
- Splits:
Split | Examples |
---|---|
'train' |
30715 |
- Features:
{
"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
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:igbo_ner/free_text')
- Description:
Igbo Named Entity Recognition Dataset
- License: No known license
- Version: 1.1.0
- Splits:
Split | Examples |
---|---|
'train' |
10000 |
- Features:
{
"sentences": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}