Update model card: add library_name, pipeline_tag, and project links
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,26 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
base_model:
|
| 6 |
- google/muril-large-cased
|
| 7 |
-
pipeline_tag: token-classification
|
| 8 |
-
tags:
|
| 9 |
-
- NER
|
| 10 |
-
- Named_Entity_Recognition
|
| 11 |
-
pretty_name: FewNERD English MuRIL
|
| 12 |
datasets:
|
| 13 |
- DFKI-SLT/few-nerd
|
|
|
|
|
|
|
|
|
|
| 14 |
metrics:
|
| 15 |
- f1
|
| 16 |
- precision
|
| 17 |
- recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
-
**
|
| 21 |
|
| 22 |
-
|
| 23 |
|
|
|
|
| 24 |
|
| 25 |
The tagset of [Few-NERD](https://aclanthology.org/2021.acl-long.248.pdf) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
|
| 26 |
|
|
@@ -33,7 +35,6 @@ The tagset of [Few-NERD](https://aclanthology.org/2021.acl-long.248.pdf) is a fi
|
|
| 33 |
* Event : Attack, Election, Natural Disaster, Protest, Sports Event, Other
|
| 34 |
* Misc : Astronomy, Award, Biology, Chemistry, Currency, Disease, Educational Degree, God, Language, Law, Living Thing, Medical
|
| 35 |
|
| 36 |
-
|
| 37 |
## Model performance:
|
| 38 |
Precision: 66.21 <br>
|
| 39 |
Recall: 69.98 <br>
|
|
@@ -92,7 +93,8 @@ If you use this model, please cite the following papers:
|
|
| 92 |
year = {2026},
|
| 93 |
note = {arXiv preprint, submitted},
|
| 94 |
archivePrefix= {arXiv},
|
| 95 |
-
eprint = {
|
|
|
|
| 96 |
}
|
| 97 |
|
| 98 |
@inproceedings{kaushik2026sampurner,
|
|
@@ -102,3 +104,4 @@ If you use this model, please cite the following papers:
|
|
| 102 |
volume={40},
|
| 103 |
year={2026}
|
| 104 |
}
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- google/muril-large-cased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
datasets:
|
| 5 |
- DFKI-SLT/few-nerd
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license: mit
|
| 9 |
metrics:
|
| 10 |
- f1
|
| 11 |
- precision
|
| 12 |
- recall
|
| 13 |
+
pipeline_tag: other
|
| 14 |
+
tags:
|
| 15 |
+
- NER
|
| 16 |
+
- Named_Entity_Recognition
|
| 17 |
+
pretty_name: FewNERD English MuRIL
|
| 18 |
+
library_name: transformers
|
| 19 |
---
|
| 20 |
|
| 21 |
+
This model is an expert detector for Fine-grained Named Entity Recognition (FgNER) within the **AWED-FiNER** project. It is a fine-tuned version of `google/muril-large-cased` on the English [Few-NERD](https://huggingface.co/datasets/DFKI-SLT/few-nerd) dataset.
|
| 22 |
|
| 23 |
+
**AWED-FiNER** is presented in the paper: [AWED-FiNER: Agents, Web applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers](https://huggingface.co/papers/2601.10161).
|
| 24 |
|
| 25 |
+
Read the papers: [FewNERD in ACL-2021](https://aclanthology.org/2021.acl-long.248.pdf) , [SampurNER in AAAI-2026](https://github.com/PrachuryyaKaushik/SampurNER/blob/main/SampurNER_AAAI_extended.pdf)
|
| 26 |
|
| 27 |
The tagset of [Few-NERD](https://aclanthology.org/2021.acl-long.248.pdf) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
|
| 28 |
|
|
|
|
| 35 |
* Event : Attack, Election, Natural Disaster, Protest, Sports Event, Other
|
| 36 |
* Misc : Astronomy, Award, Biology, Chemistry, Currency, Disease, Educational Degree, God, Language, Law, Living Thing, Medical
|
| 37 |
|
|
|
|
| 38 |
## Model performance:
|
| 39 |
Precision: 66.21 <br>
|
| 40 |
Recall: 69.98 <br>
|
|
|
|
| 93 |
year = {2026},
|
| 94 |
note = {arXiv preprint, submitted},
|
| 95 |
archivePrefix= {arXiv},
|
| 96 |
+
eprint = {2601.10161},
|
| 97 |
+
url = {https://arxiv.org/abs/2601.10161}
|
| 98 |
}
|
| 99 |
|
| 100 |
@inproceedings{kaushik2026sampurner,
|
|
|
|
| 104 |
volume={40},
|
| 105 |
year={2026}
|
| 106 |
}
|
| 107 |
+
```
|