Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ widget:
|
|
16 |
|
17 |
# ClinicalPubMedBERT
|
18 |
## Description
|
|
|
19 |
|
20 |
A BERT model pre-trained on PubMed abstracts, and continual pre-trained on clinical notes ([MIMIC-III](https://mimic.physionet.org/)). We try combining two domains that have fewer overlaps with general knowledge text corpora: EHRs and biomedical papers. We hope this model can serve better results on clinical-related downstream tasks such as readmissions.
|
21 |
|
|
|
16 |
|
17 |
# ClinicalPubMedBERT
|
18 |
## Description
|
19 |
+
A pre-trained model for clinical decision support, for more details, please see https://github.com/NtaylorOX/Public_Prompt_Mimic_III
|
20 |
|
21 |
A BERT model pre-trained on PubMed abstracts, and continual pre-trained on clinical notes ([MIMIC-III](https://mimic.physionet.org/)). We try combining two domains that have fewer overlaps with general knowledge text corpora: EHRs and biomedical papers. We hope this model can serve better results on clinical-related downstream tasks such as readmissions.
|
22 |
|