IkbeneenEric's picture
Update README.md
ec82ad4 verified
metadata
license: mit
language:
  - en
tags:
  - medical
  - biology

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.