Token Classification
Transformers
PyTorch
JAX
Safetensors
Hindi
English
multilingual
bert
codeswitching
hindi-english
ner
Instructions to use sagorsarker/codeswitch-hineng-ner-lince with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sagorsarker/codeswitch-hineng-ner-lince with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sagorsarker/codeswitch-hineng-ner-lince")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sagorsarker/codeswitch-hineng-ner-lince") model = AutoModelForTokenClassification.from_pretrained("sagorsarker/codeswitch-hineng-ner-lince") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d00db73 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:145cb27dee790a8d9024b347ef552487688ed09efbc679701e5d00228fc0c2cb
size 1519
|