Referencias:
ner_datos
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:igbo_ner/ner_data')
- Descripción :
Igbo Named Entity Recognition Dataset
- Licencia : Ninguna licencia conocida
- Versión : 1.1.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'train' | 30715 |
- Características :
{
"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"
}
}
texto_libre
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:igbo_ner/free_text')
- Descripción :
Igbo Named Entity Recognition Dataset
- Licencia : Ninguna licencia conocida
- Versión : 1.1.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'train' | 10000 |
- Características :
{
"sentences": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}