Instructions to use prachuryyaIITG/FewNERD_English_MuRIL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prachuryyaIITG/FewNERD_English_MuRIL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("prachuryyaIITG/FewNERD_English_MuRIL") model = AutoModelForTokenClassification.from_pretrained("prachuryyaIITG/FewNERD_English_MuRIL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,11 +18,9 @@ pretty_name: FewNERD English MuRIL
|
|
| 18 |
library_name: transformers
|
| 19 |
---
|
| 20 |
|
| 21 |
-
This model is
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
Read the papers: [FewNERD in ACL-2021](https://aclanthology.org/2021.acl-long.248.pdf) , [SampurNER in AAAI-2026](https://ojs.aaai.org/index.php/AAAI/article/view/40405)
|
| 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 |
|
|
@@ -47,8 +45,6 @@ Learning Rate: 5e-5 <br>
|
|
| 47 |
Weight Decay: 0.01 <br>
|
| 48 |
Batch Size: 64 <br>
|
| 49 |
|
| 50 |
-
[**AWED-FiNER collection**](https://huggingface.co/collections/prachuryyaIITG/awed-finer) | [**Paper**](https://huggingface.co/papers/2601.10161) | [**Agentic Tool**](https://github.com/PrachuryyaKaushik/AWED-FiNER) | [**Interactive Demo**](https://huggingface.co/spaces/prachuryyaIITG/AWED-FiNER)
|
| 51 |
-
|
| 52 |
## Sample Usage of Agentic Tool
|
| 53 |
|
| 54 |
The AWED-FiNER agentic tool can be used to interact with expert models trained using this framework. Below is an example:
|
|
@@ -87,14 +83,14 @@ If you use this model, please cite the following papers:
|
|
| 87 |
pages = "3198--3213",
|
| 88 |
}
|
| 89 |
|
| 90 |
-
@misc{
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
}
|
| 99 |
|
| 100 |
@inproceedings{kaushik2026sampurner,
|
|
|
|
| 18 |
library_name: transformers
|
| 19 |
---
|
| 20 |
|
| 21 |
+
This model 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 |
+
It is part of the [AWED-PIPER](https://github.com/PrachuryyaKaushik/AWED-PIPER) ecosystem: [**Paper**](https://huggingface.co/papers/2601.10161) | [**Agent for FgNER**](https://github.com/PrachuryyaKaushik/AWED-FiNER) | [**Web App for FgNER**](https://huggingface.co/spaces/prachuryyaIITG/AWED-FiNER) | [**Agent for PII Protection**](https://github.com/PrachuryyaKaushik/AWED-PIPER) | [**Web App for PII Protection**](https://huggingface.co/spaces/prachuryyaIITG/AWED_PII_Protector)
|
|
|
|
|
|
|
| 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 |
|
|
|
|
| 45 |
Weight Decay: 0.01 <br>
|
| 46 |
Batch Size: 64 <br>
|
| 47 |
|
|
|
|
|
|
|
| 48 |
## Sample Usage of Agentic Tool
|
| 49 |
|
| 50 |
The AWED-FiNER agentic tool can be used to interact with expert models trained using this framework. Below is an example:
|
|
|
|
| 83 |
pages = "3198--3213",
|
| 84 |
}
|
| 85 |
|
| 86 |
+
@misc{kaushik2026awedpiperagentswebapplications,
|
| 87 |
+
title={AWED-PIPER: Agents, Web Applications & Expert Detectors for Personally Identifiable Information Protection & Fine-grained Named Entity Recognition across 36 languages for 6.6 Billion Speakers},
|
| 88 |
+
author={Prachuryya Kaushik and Ashish Anand},
|
| 89 |
+
year={2026},
|
| 90 |
+
eprint={2601.10161},
|
| 91 |
+
archivePrefix={arXiv},
|
| 92 |
+
primaryClass={cs.CL},
|
| 93 |
+
url={https://arxiv.org/abs/2601.10161},
|
| 94 |
}
|
| 95 |
|
| 96 |
@inproceedings{kaushik2026sampurner,
|