Instructions to use prachuryyaIITG/MultiCoNER2_English_XLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prachuryyaIITG/MultiCoNER2_English_XLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="prachuryyaIITG/MultiCoNER2_English_XLM")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("prachuryyaIITG/MultiCoNER2_English_XLM") model = AutoModelForTokenClassification.from_pretrained("prachuryyaIITG/MultiCoNER2_English_XLM") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -90,10 +90,15 @@ If you use this model, please cite the following papers:
|
|
| 90 |
}
|
| 91 |
|
| 92 |
@inproceedings{kaushik2026sampurner,
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
}
|
| 99 |
```
|
|
|
|
| 90 |
}
|
| 91 |
|
| 92 |
@inproceedings{kaushik2026sampurner,
|
| 93 |
+
title={SampurNER: Fine-Grained Named Entity Recognition Dataset for 22 Indian Languages},
|
| 94 |
+
volume={40},
|
| 95 |
+
url={https://ojs.aaai.org/index.php/AAAI/article/view/40405},
|
| 96 |
+
DOI={10.1609/aaai.v40i37.40405},
|
| 97 |
+
number={37},
|
| 98 |
+
journal={Proceedings of the AAAI Conference on Artificial Intelligence},
|
| 99 |
+
author={Kaushik, Prachuryya and Anand, Ashish},
|
| 100 |
+
year={2026},
|
| 101 |
+
month={Mar.},
|
| 102 |
+
pages={31410-31418}
|
| 103 |
}
|
| 104 |
```
|