Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ metrics:
|
|
17 |
|
18 |
# Model Card for Finetuned NepBertA-NER
|
19 |
|
20 |
-
This model is a fine-tuned version of the NepBERTa model, specifically trained for Named Entity Recognition (NER) tasks in the Nepali language. It recognizes entities such as persons (PER), organizations (ORG), and locations (LOC) in Nepali text. The model has been trained on a custom dataset and supports token classification for the following entity tags:
|
21 |
|
22 |
- `O` (Other)
|
23 |
- `B-PER` (Beginning of a person’s name)
|
@@ -127,6 +127,22 @@ The model was evaluated using the seqeval metric, with the following results on
|
|
127 |
- **Precision:** 0.86
|
128 |
- **Recall:** 0.90
|
129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
## Citation
|
131 |
|
132 |
If you use this model in your research, please consider citing it:
|
|
|
17 |
|
18 |
# Model Card for Finetuned NepBertA-NER
|
19 |
|
20 |
+
This model is a fine-tuned version of the **NepBERTa** model, specifically trained for Named Entity Recognition (NER) tasks in the Nepali language. It recognizes entities such as persons (PER), organizations (ORG), and locations (LOC) in Nepali text. The model has been trained on a custom dataset and supports token classification for the following entity tags:
|
21 |
|
22 |
- `O` (Other)
|
23 |
- `B-PER` (Beginning of a person’s name)
|
|
|
127 |
- **Precision:** 0.86
|
128 |
- **Recall:** 0.90
|
129 |
|
130 |
+
## Citation for the Base Model
|
131 |
+
|
132 |
+
If you use this model or the base model in your work, please consider citing **NepBERTa** as follows:
|
133 |
+
|
134 |
+
```bibtex
|
135 |
+
@misc{adhikari2021nepberta,
|
136 |
+
title={NepBERTa: A Pretrained BERT Model for the Nepali Language},
|
137 |
+
author={Adhikari, Bharat},
|
138 |
+
year={2021},
|
139 |
+
eprint={2109.08654},
|
140 |
+
archivePrefix={arXiv},
|
141 |
+
primaryClass={cs.CL},
|
142 |
+
url={https://arxiv.org/abs/2109.08654}
|
143 |
+
}
|
144 |
+
```
|
145 |
+
|
146 |
## Citation
|
147 |
|
148 |
If you use this model in your research, please consider citing it:
|