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