This model is a
MedRoBERTa.nl model finetuned on Dutch echocardiogram reports sourced from Electronic Health Records.
The publication associated with the span classification task can be found at
https://arxiv.org/abs/2408.06930.
The config file for training the model can be found at
https://github.com/umcu/echolabeler.
1le_pipe = pipeline(model="UMCU/Echocardiogram_WMA_reduced")
2document = "Lorem ipsum"
3results = le_pipe(document)
The model was trained on approximately 4,000 manually annotated echocardiogram reports from the University Medical Centre Utrecht.
The training data was anonymized before starting the training procedure.
If you are having problems with this model please add an issue on our git:
https://github.com/umcu/echolabeler/issues
If you use the model in your work please use the following referral;
https://doi.org/10.48550/arXiv.2408.06930
Paper: Bauke Arends, Melle Vessies, Dirk van Osch, Arco Teske, Pim van der Harst, René van Es, Bram van Es (2024): Diagnosis extraction from unstructured Dutch echocardiogram reports using span- and document-level characteristic classification, Arxiv
https://arxiv.org/abs/2408.06930