Edit model card

Clinical_History_Mekkes_PubmedBert

This model extends upon the PubMedBert pre-trained model from this repository . The Clinical History Mekkes model was further optimized and retrained on clinical summaries from the Netherlands Brain Bank (NBB) containing information regarding the clinical signs and symptoms that their donors experienced.

The model was first used in this paper and the associated Github and code can be found here


How to use this model?

The model was trained using the Simpletransformers library and can be loaded using this package aswell.

model = ClassificationModel(
    "bert", "path/to/model"
)

This model can also be loaded using the transformer library in Python.


Please site our publication when using this model.

Downloads last month
0
Unable to determine this model’s pipeline type. Check the docs .