bvanaken commited on
Commit
1af1c4e
1 Parent(s): 05a9d67

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ It is based on BioBERT and further pre-trained on clinical notes, disease descri
18
  This model checkpoint is **fine-tuned on the task of mortality risk prediction**.
19
  The model expects patient admission notes as input and outputs the predicted risk of in-hospital mortality.
20
 
21
- #### How to use CORe Diagnosis Prediction
22
 
23
  You can load the model via the transformers library:
24
  ```
 
18
  This model checkpoint is **fine-tuned on the task of mortality risk prediction**.
19
  The model expects patient admission notes as input and outputs the predicted risk of in-hospital mortality.
20
 
21
+ #### How to use CORe Mortality Risk Prediction
22
 
23
  You can load the model via the transformers library:
24
  ```