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