Token Classification
Transformers
PyTorch
Safetensors
Spanish
xlm-roberta
text-classification
biomedical
clinical
spanish
xlm-roberta-large
Eval Results (legacy)
Instructions to use IIC/xlm-roberta-large-ctebmsp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IIC/xlm-roberta-large-ctebmsp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="IIC/xlm-roberta-large-ctebmsp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IIC/xlm-roberta-large-ctebmsp") model = AutoModelForSequenceClassification.from_pretrained("IIC/xlm-roberta-large-ctebmsp") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!