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") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbdb4ddc19784cb9ea83e8b5f3491c5f8d1babdffb9493fcff719b5c0919ecb8
|
| 3 |
+
size 1112230748
|