CharlesAbdoulaye/BF_NER
Token Classification • 0.1B • Updated • 1 • 1
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
BIO-tagged training data for the BF_NER model.
This dataset contains 86,252 sentences with BIO tags for geographic Named Entity Recognition in French, specifically for Burkina Faso administrative entities.
| Split | Sentences | Description |
|---|---|---|
| Train | 59,900 | Training set |
| Validation | 14,758 | Validation set for hyperparameter tuning |
| Test | 11,594 | Held-out test set with ~20% unseen entities |
country: Country-level entitiesregion: 13 regions of Burkina Fasoprovince: 45 provincesdepartement: 351 departmentsvillage: 7,936 villagesEach JSON file contains a list of examples with:
tokens: List of word tokenstags: List of BIO tags (B-{type}, I-{type}, O)Example:
{
"tokens": ["Les", "inondations", "touchent", "Ouagadougou"],
"tags": ["O", "O", "O", "B-departement"]
}
}
MIT License