cja5553 commited on
Commit
6c8a43a
1 Parent(s): 1650dcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -3,10 +3,9 @@ license: mit
3
  language:
4
  - en
5
  library_name: transformers
6
- pipeline_tag: text-classification
7
  tags:
8
  - medical
9
- base_model: "emilyalsentzer/Bio_ClinicalBERT"
10
  ---
11
  # BJH-perioperative-notes-bioClinicalBERT
12
  This clinical foundational model is intended to predict post-operative surgical outcomes from clinical notes taken during perioperative care.
@@ -34,4 +33,4 @@ The following are the characteristics for the data:
34
  from transformers import AutoTokenizer, AutoModel
35
  tokenizer = AutoTokenizer.from_pretrained("cja5553/BJH-perioperative-notes-bioClinicalBERT")
36
  model = AutoModel.from_pretrained("cja5553/BJH-perioperative-notes-bioClinicalBERT")
37
- ```
 
3
  language:
4
  - en
5
  library_name: transformers
 
6
  tags:
7
  - medical
8
+ base_model: emilyalsentzer/Bio_ClinicalBERT
9
  ---
10
  # BJH-perioperative-notes-bioClinicalBERT
11
  This clinical foundational model is intended to predict post-operative surgical outcomes from clinical notes taken during perioperative care.
 
33
  from transformers import AutoTokenizer, AutoModel
34
  tokenizer = AutoTokenizer.from_pretrained("cja5553/BJH-perioperative-notes-bioClinicalBERT")
35
  model = AutoModel.from_pretrained("cja5553/BJH-perioperative-notes-bioClinicalBERT")
36
+ ```