--- language: es task_ids: - token-classification tags: - clinical, medical, ner, healthcare, cardiology, spanish, multilabel --- ## Model Card for Cardio-Ner-Es-Roberta-Biomedical-Multilabel ### Description Spanish cardiology multilabel NER model for disease, medication, procedure, and symptom recognition, fine-tuned on roberta-biomedical. ### Model Details - **Language**: ES - **Task**: token-classification - **Framework**: pytorch ### How to Use ```python from transformers import AutoTokenizer, AutoModelForTokenClassification model_name = "DT4H/cardio-ner-es-roberta-biomedical-multilabel" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForTokenClassification.from_pretrained(model_name) ``` ### Acknowledgments This work received funding from the European Union’s Horizon Europe research and innovation programme under Grant Agreement No. 101057849 (DataTools4Heart project).