Instructions to use prachuryyaIITG/CLASSER_Assamese_MuRIL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prachuryyaIITG/CLASSER_Assamese_MuRIL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="prachuryyaIITG/CLASSER_Assamese_MuRIL")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("prachuryyaIITG/CLASSER_Assamese_MuRIL") model = AutoModelForTokenClassification.from_pretrained("prachuryyaIITG/CLASSER_Assamese_MuRIL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,12 +20,6 @@ library_name: transformers
|
|
| 20 |
|
| 21 |
**MuRIL is fine-tuned on Assamese [CLASSER](https://huggingface.co/datasets/prachuryyaIITG/CLASSER) dataset for Fine-grained Named Entity Recognition.**
|
| 22 |
|
| 23 |
-
This model is part of the **AWED-FiNER** project, which provides fine-grained NER solutions across 36 languages.
|
| 24 |
-
|
| 25 |
-
- **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)
|
| 26 |
-
- **GitHub:** https://github.com/PrachuryyaKaushik/AWED-FiNER
|
| 27 |
-
- **Interactive Demo:** [AWED-FiNER Space](https://huggingface.co/spaces/prachuryyaIITG/AWED-FiNER)
|
| 28 |
-
|
| 29 |
The tagset of [MultiCoNER2](https://huggingface.co/datasets/MultiCoNER/multiconer_v2) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
|
| 30 |
|
| 31 |
* Location (LOC) : Facility, OtherLOC, HumanSettlement, Station
|
|
@@ -51,6 +45,8 @@ Batch Size: 64 <br>
|
|
| 51 |
[Prachuryya Kaushik](https://www.linkedin.com/in/pkabundant/) <br>
|
| 52 |
[Prof. Ashish Anand](https://www.linkedin.com/in/anandashish/)
|
| 53 |
|
|
|
|
|
|
|
| 54 |
## Sample Usage
|
| 55 |
|
| 56 |
The AWED-FiNER agentic tool can be used to interact with expert models trained using this framework. Below is an example:
|
|
@@ -91,8 +87,8 @@ If you use this model, please cite the following papers:
|
|
| 91 |
ISBN = "979-8-89176-298-5",
|
| 92 |
}
|
| 93 |
|
| 94 |
-
@misc{
|
| 95 |
-
title={AWED-
|
| 96 |
author={Prachuryya Kaushik and Ashish Anand},
|
| 97 |
year={2026},
|
| 98 |
eprint={2601.10161},
|
|
|
|
| 20 |
|
| 21 |
**MuRIL is fine-tuned on Assamese [CLASSER](https://huggingface.co/datasets/prachuryyaIITG/CLASSER) dataset for Fine-grained Named Entity Recognition.**
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
The tagset of [MultiCoNER2](https://huggingface.co/datasets/MultiCoNER/multiconer_v2) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
|
| 24 |
|
| 25 |
* Location (LOC) : Facility, OtherLOC, HumanSettlement, Station
|
|
|
|
| 45 |
[Prachuryya Kaushik](https://www.linkedin.com/in/pkabundant/) <br>
|
| 46 |
[Prof. Ashish Anand](https://www.linkedin.com/in/anandashish/)
|
| 47 |
|
| 48 |
+
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)
|
| 49 |
+
|
| 50 |
## Sample Usage
|
| 51 |
|
| 52 |
The AWED-FiNER agentic tool can be used to interact with expert models trained using this framework. Below is an example:
|
|
|
|
| 87 |
ISBN = "979-8-89176-298-5",
|
| 88 |
}
|
| 89 |
|
| 90 |
+
@misc{kaushik2026awedpiperagentswebapplications,
|
| 91 |
+
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},
|
| 92 |
author={Prachuryya Kaushik and Ashish Anand},
|
| 93 |
year={2026},
|
| 94 |
eprint={2601.10161},
|