CardioNER
Collection
CardioNER models developed for our CardioLM paper • 59 items • Updated
Dutch cardiology NER model for symptom recognition
from transformers import AutoTokenizer, AutoModelForTokenClassification
model_name = "DT4H/cardio-ner-nl-symptom-robbert2023-multiclass"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForTokenClassification.from_pretrained(model_name)
This work received funding from the European Union’s Horizon Europe research and innovation programme under Grant Agreement No. 101057849 (DataTools4Heart project).
Base model
DTAI-KULeuven/robbert-2023-dutch-base