Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ This dataset contains Myanmar language text annotated with Named Entity Recognit
|
|
| 61 |
|
| 62 |
The dataset uses a **7-tag annotation scheme** (6 entity types + O tag) designed to support various NLP tasks including information extraction, question answering, and knowledge graph construction.
|
| 63 |
|
| 64 |
-
> **Note**: The original myNER corpus uses the **BIOES** (Begin, Inside, Outside, End, Single) tagging scheme. This preprocessed version has been converted to the **BIO** (Begin, Inside, Outside) format for
|
| 65 |
|
| 66 |
## Source Data
|
| 67 |
|
|
|
|
| 61 |
|
| 62 |
The dataset uses a **7-tag annotation scheme** (6 entity types + O tag) designed to support various NLP tasks including information extraction, question answering, and knowledge graph construction.
|
| 63 |
|
| 64 |
+
> **Note**: The original myNER corpus uses the **BIOES** (Begin, Inside, Outside, End, Single) tagging scheme. This preprocessed version has been converted to the **BIO** (Begin, Inside, Outside) format for easier fine-tuning with HuggingFace Token Classification models.
|
| 65 |
|
| 66 |
## Source Data
|
| 67 |
|