Token Classification
Transformers
PyTorch
Safetensors
Spanish
xlm-roberta
text-classification
biomedical
clinical
spanish
XLM_R_Galen
Eval Results (legacy)
Instructions to use IIC/XLM_R_Galen-ctebmsp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IIC/XLM_R_Galen-ctebmsp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="IIC/XLM_R_Galen-ctebmsp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IIC/XLM_R_Galen-ctebmsp") model = AutoModelForSequenceClassification.from_pretrained("IIC/XLM_R_Galen-ctebmsp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
798a498 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4008e9d96ac5b10fb5717bba2775a48530dec192944ab9309e530648d68f1f52
size 1112272821
|