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-nubes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IIC/mdeberta-v3-base-nubes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="IIC/mdeberta-v3-base-nubes")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IIC/mdeberta-v3-base-nubes") model = AutoModelForSequenceClassification.from_pretrained("IIC/mdeberta-v3-base-nubes") - Notebooks
- Google Colab
- Kaggle
metadata
language: es
tags:
- biomedical
- clinical
- spanish
- mdeberta-v3-base
license: mit
datasets:
- plncmm/nubes
metrics:
- f1
model-index:
- name: IIC/mdeberta-v3-base-nubes
results:
- task:
type: token-classification
dataset:
name: nubes
type: plncmm/nubes
split: test
metrics:
- name: f1
type: f1
value: 0.919
pipeline_tag: token-classification
mdeberta-v3-base-nubes
This model is a finetuned version of mdeberta-v3-base for the nubes dataset used in a benchmark in the paper TODO. The model has a F1 of 0.919
Please refer to the original publication for more information TODO LINK
Parameters used
| parameter | Value |
|---|---|
| batch size | 32 |
| learning rate | 3e-05 |
| classifier dropout | 0 |
| warmup ratio | 0 |
| warmup steps | 0 |
| weight decay | 0 |
| optimizer | AdamW |
| epochs | 10 |
| early stopping patience | 3 |
BibTeX entry and citation info
TODO