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