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