Commit ·
aac1ba1
1
Parent(s): 0e7e791
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,10 +8,10 @@ tags:
|
|
| 8 |
# NER in Urdu
|
| 9 |
## muril_base_cased_urdu_ner_2.0
|
| 10 |
|
| 11 |
-
Besides the same base model and the NER dataset used for muril_base_cased_urdu_ner, I added a novel politics NER dataset translated from [CrossNER](https://github.com/zliucr/CrossNER/tree/main)
|
| 12 |
Since the additional dataset was small, the new labels may not be recognized effectively; however, the overall performance of recognizing the original 22 labels has increased compared to muril_base_cased_urdu_ner.
|
| 13 |
|
| 14 |
-
|
| 15 |
The main Urdu NER dataset is translated from the Hindi NER dataset from [HiNER](https://github.com/cfiltnlp/HiNER).
|
| 16 |
|
| 17 |
## Usage
|
|
|
|
| 8 |
# NER in Urdu
|
| 9 |
## muril_base_cased_urdu_ner_2.0
|
| 10 |
|
| 11 |
+
Besides the same base model and the NER dataset used for muril_base_cased_urdu_ner, I added a novel politics NER dataset translated from [CrossNER](https://github.com/zliucr/CrossNER/tree/main).
|
| 12 |
Since the additional dataset was small, the new labels may not be recognized effectively; however, the overall performance of recognizing the original 22 labels has increased compared to muril_base_cased_urdu_ner.
|
| 13 |
|
| 14 |
+
The base model is [google/muril-base-cased](https://huggingface.co/google/muril-base-cased), a BERT model pre-trained on 17 Indian languages and their transliterated counterparts.
|
| 15 |
The main Urdu NER dataset is translated from the Hindi NER dataset from [HiNER](https://github.com/cfiltnlp/HiNER).
|
| 16 |
|
| 17 |
## Usage
|