Instructions to use sumitrsch/Indic-bert_multiconer22_bn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sumitrsch/Indic-bert_multiconer22_bn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sumitrsch/Indic-bert_multiconer22_bn")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sumitrsch/Indic-bert_multiconer22_bn") model = AutoModelForTokenClassification.from_pretrained("sumitrsch/Indic-bert_multiconer22_bn") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: afl-3.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: afl-3.0
|
| 3 |
---
|
| 4 |
+
Put this model path in variable best_model_path in first cell of given colab notebook for testing semeval multiconer task for bangla track.
|
| 5 |
+
https://colab.research.google.com/drive/1P9827acdS7i6eZTi4B0cOms5qLREqvUO
|