הפניות:
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"
}
}
טקסט חופשי
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
}
}