Instructions to use prachuryyaIITG/APTFiNER_Marathi_MuRIL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prachuryyaIITG/APTFiNER_Marathi_MuRIL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("prachuryyaIITG/APTFiNER_Marathi_MuRIL") model = AutoModelForTokenClassification.from_pretrained("prachuryyaIITG/APTFiNER_Marathi_MuRIL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update model card metadata and improve documentation
Browse filesThis PR improves the model repository by:
- Updating the `pipeline_tag` to `other` as per the community science team's guidelines.
- Adding the `library_name: transformers` tag to enable automated code snippets and better discoverability.
- Correcting the `pretty_name` from "Tamil" to "Marathi" to match the model's actual language (`mr`).
- Adding a link to the research paper on Hugging Face Papers.
- Including a link to the official GitHub repository for the AWED-FiNER project.
README.md
CHANGED
|
@@ -1,24 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- mr
|
|
|
|
| 5 |
metrics:
|
| 6 |
- f1
|
| 7 |
- precision
|
| 8 |
- recall
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
pipeline_tag: token-classification
|
| 12 |
tags:
|
| 13 |
- NER
|
| 14 |
- Named_Entity_Recognition
|
| 15 |
-
pretty_name: APTFiNER
|
| 16 |
-
datasets:
|
| 17 |
-
- prachuryyaIITG/APTFiNER
|
| 18 |
---
|
| 19 |
|
| 20 |
**MuRIL is fine-tuned on Marathi APTFiNER dataset for Fine-grained Named Entity Recognition.**
|
| 21 |
|
|
|
|
|
|
|
| 22 |
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:
|
| 23 |
|
| 24 |
* Location (LOC) : Facility, OtherLOC, HumanSettlement, Station
|
|
@@ -48,7 +51,7 @@ Batch Size: 64 <br>
|
|
| 48 |
[Prof. V Vijaya Saradhi](https://www.linkedin.com/in/vijaya-saradhi-a90a604/) <br>
|
| 49 |
[Prof. Ashish Anand](https://www.linkedin.com/in/anandashish/)
|
| 50 |
|
| 51 |
-
APTFiNER is a part of the [AWED-FiNER collection](https://huggingface.co/collections/prachuryyaIITG/awed-finer). Please check: [**Paper**](https://huggingface.co/papers/2601.10161) | [**
|
| 52 |
|
| 53 |
## Sample Usage
|
| 54 |
|
|
@@ -104,9 +107,5 @@ If you use this model, please cite the following papers:
|
|
| 104 |
|
| 105 |
@inproceedings{fetahu2023multiconer,
|
| 106 |
title={MultiCoNER v2: a Large Multilingual dataset for Fine-grained and Noisy Named Entity Recognition},
|
| 107 |
-
author={Fetahu, Besnik and Chen, Zhiyu
|
| 108 |
-
booktitle={Findings of the Association for Computational Linguistics: EMNLP 2023},
|
| 109 |
-
pages={2027--2051},
|
| 110 |
-
year={2023}
|
| 111 |
-
}
|
| 112 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- google/muril-large-cased
|
| 4 |
+
datasets:
|
| 5 |
+
- prachuryyaIITG/APTFiNER
|
| 6 |
language:
|
| 7 |
- mr
|
| 8 |
+
license: mit
|
| 9 |
metrics:
|
| 10 |
- f1
|
| 11 |
- precision
|
| 12 |
- recall
|
| 13 |
+
pipeline_tag: other
|
| 14 |
+
library_name: transformers
|
|
|
|
| 15 |
tags:
|
| 16 |
- NER
|
| 17 |
- Named_Entity_Recognition
|
| 18 |
+
pretty_name: APTFiNER Marathi MuRIL
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
**MuRIL is fine-tuned on Marathi APTFiNER dataset for Fine-grained Named Entity Recognition.**
|
| 22 |
|
| 23 |
+
This model is a part of the [AWED-FiNER collection](https://huggingface.co/collections/prachuryyaIITG/awed-finer), 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 |
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:
|
| 26 |
|
| 27 |
* Location (LOC) : Facility, OtherLOC, HumanSettlement, Station
|
|
|
|
| 51 |
[Prof. V Vijaya Saradhi](https://www.linkedin.com/in/vijaya-saradhi-a90a604/) <br>
|
| 52 |
[Prof. Ashish Anand](https://www.linkedin.com/in/anandashish/)
|
| 53 |
|
| 54 |
+
APTFiNER is a part of the [AWED-FiNER collection](https://huggingface.co/collections/prachuryyaIITG/awed-finer). Please check: [**Paper**](https://huggingface.co/papers/2601.10161) | [**GitHub Repository**](https://github.com/PrachuryyaKaushik/AWED-FiNER) | [**Interactive Demo**](https://huggingface.co/spaces/prachuryyaIITG/AWED-FiNER)
|
| 55 |
|
| 56 |
## Sample Usage
|
| 57 |
|
|
|
|
| 107 |
|
| 108 |
@inproceedings{fetahu2023multiconer,
|
| 109 |
title={MultiCoNER v2: a Large Multilingual dataset for Fine-grained and Noisy Named Entity Recognition},
|
| 110 |
+
author={Fetahu, Besnik and Chen, Zhiyu}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
```
|