Token Classification
Transformers
Safetensors
Spanish
ner
named-entity-recognition
biomedical
adverse-drug-reactions
spanish
roberta
Instructions to use guerrerotook/CIMA-RoBERTa-NER-baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guerrerotook/CIMA-RoBERTa-NER-baseline with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="guerrerotook/CIMA-RoBERTa-NER-baseline")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("guerrerotook/CIMA-RoBERTa-NER-baseline", dtype="auto") - Notebooks
- Google Colab
- Kaggle