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-ehealth_kd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IIC/mdeberta-v3-base-ehealth_kd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="IIC/mdeberta-v3-base-ehealth_kd")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IIC/mdeberta-v3-base-ehealth_kd") model = AutoModelForSequenceClassification.from_pretrained("IIC/mdeberta-v3-base-ehealth_kd") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
70f8a65 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1192a925901a12c009a808e3cbe479146f301052b09cfa14746a0b609856e150
size 1115333177
|