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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
9fc686e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:461f530274ff6a319c9a31e4aa3936d010c7092968c476a16dde1c6da6b08855
size 2239733109
|