Instructions to use AmaanDhamaskar/muril_finetuned_ner_hmb_e2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AmaanDhamaskar/muril_finetuned_ner_hmb_e2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AmaanDhamaskar/muril_finetuned_ner_hmb_e2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AmaanDhamaskar/muril_finetuned_ner_hmb_e2") model = AutoModelForTokenClassification.from_pretrained("AmaanDhamaskar/muril_finetuned_ner_hmb_e2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b96f9b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ed3cfa0fb58076bb84ce49579e667b33cfd2596a03555e4c2ad616047f099a31
size 5240
|