Add library_name and link to paper
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,24 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- as
|
| 5 |
base_model:
|
| 6 |
- google/muril-large-cased
|
| 7 |
-
pipeline_tag: token-classification
|
| 8 |
-
tags:
|
| 9 |
-
- NER
|
| 10 |
-
- Named_Entity_Recognition
|
| 11 |
-
pretty_name: SampurNER Assamese MuRIL
|
| 12 |
datasets:
|
| 13 |
- prachuryyaIITG/SampurNER
|
|
|
|
|
|
|
|
|
|
| 14 |
metrics:
|
| 15 |
- f1
|
| 16 |
- precision
|
| 17 |
- recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
**MuRIL is fine-tuned on Assamese [SampurNER](https://huggingface.co/datasets/prachuryyaIITG/SampurNER) dataset for Fine-grained Named Entity Recognition. It is created using the [EaMaTa](https://github.com/PrachuryyaKaushik/SampurNER/blob/main/SampurNER_AAAI_extended.pdf) framework, utilizing the [Few-NERD](https://huggingface.co/datasets/DFKI-SLT/few-nerd) dataset.** <br>
|
| 21 |
|
|
|
|
|
|
|
| 22 |
Read the paper: [SampurNER in AAAI-2026](https://github.com/PrachuryyaKaushik/SampurNER/blob/main/SampurNER_AAAI_extended.pdf)
|
| 23 |
|
| 24 |
SampurNER Dataset: [datasets/prachuryyaIITG/SampurNER](https://huggingface.co/datasets/prachuryyaIITG/SampurNER)
|
|
@@ -108,4 +111,5 @@ If you use this model, please cite the following papers:
|
|
| 108 |
url = "https://aclanthology.org/2021.acl-long.248",
|
| 109 |
doi = "10.18653/v1/2021.acl-long.248",
|
| 110 |
pages = "3198--3213",
|
| 111 |
-
}
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- google/muril-large-cased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
datasets:
|
| 5 |
- prachuryyaIITG/SampurNER
|
| 6 |
+
language:
|
| 7 |
+
- as
|
| 8 |
+
license: mit
|
| 9 |
metrics:
|
| 10 |
- f1
|
| 11 |
- precision
|
| 12 |
- recall
|
| 13 |
+
pipeline_tag: token-classification
|
| 14 |
+
library_name: transformers
|
| 15 |
+
tags:
|
| 16 |
+
- NER
|
| 17 |
+
- Named_Entity_Recognition
|
| 18 |
+
pretty_name: SampurNER Assamese MuRIL
|
| 19 |
---
|
| 20 |
|
| 21 |
**MuRIL is fine-tuned on Assamese [SampurNER](https://huggingface.co/datasets/prachuryyaIITG/SampurNER) dataset for Fine-grained Named Entity Recognition. It is created using the [EaMaTa](https://github.com/PrachuryyaKaushik/SampurNER/blob/main/SampurNER_AAAI_extended.pdf) framework, utilizing the [Few-NERD](https://huggingface.co/datasets/DFKI-SLT/few-nerd) dataset.** <br>
|
| 22 |
|
| 23 |
+
This model is part of the work 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 paper: [SampurNER in AAAI-2026](https://github.com/PrachuryyaKaushik/SampurNER/blob/main/SampurNER_AAAI_extended.pdf)
|
| 26 |
|
| 27 |
SampurNER Dataset: [datasets/prachuryyaIITG/SampurNER](https://huggingface.co/datasets/prachuryyaIITG/SampurNER)
|
|
|
|
| 111 |
url = "https://aclanthology.org/2021.acl-long.248",
|
| 112 |
doi = "10.18653/v1/2021.acl-long.248",
|
| 113 |
pages = "3198--3213",
|
| 114 |
+
}
|
| 115 |
+
```
|