
alakxender/bert-dhivehi-ner-model
Token Classification
•
0.3B
•
Updated
•
6
This dataset is a weakly-supervised Named Entity Recognition (NER) dataset for the Dhivehi language, built from a large unlabeled sentence corpus using dictionary-based tagging and BIO post-processing.
B-PER
, I-PER
– PersonB-ORG
, I-ORG
– OrganizationB-LOC
, I-LOC
– LocationO
– Outside any entityTag | Count |
---|---|
O | 44,442,959 |
B-PER | 1,376,902 |
I-PER | 234,671 |
B-ORG | 1,258,079 |
I-ORG | 35,966 |
B-LOC | 177,360 |
I-LOC | 3,993 |
Metric | Count |
---|---|
Total Sentences | 3,700,048 |
Sentences with Tags | 1,867,708 |
Sentences with only O |
1,832,340 |
Avg Tokens per Sentence | 12.85 |
PER
, ORG
, LOC
) from CSVs.PER
, ORG
, LOC
) to matched tokens.B-
/I-
tagging.This dataset was automatically generated using a weakly-supervised method and large lookup lists. It was not manually reviewed or annotated. Some entity boundaries and false positives/negatives are expected.
Use for:
Each sample has:
{
"id": 123,
"sentence": "މުޙައްމަދު އަރޝާދު ކުރިއަށް",
"tokens": ["މުޙައްމަދު", "އަރޝާދު", "ކުރިއަށް"],
"ner_tags": [1, 2, 0]
}