Daniel Thompson commited on
Commit
dfec2ed
·
verified ·
1 Parent(s): 9e304e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -9,11 +9,21 @@ model-index:
9
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
10
  probably proofread and complete it, then remove this comment. -->
11
 
12
- # Bio-ClinicalBERT_vascular_classification
13
 
14
- This model was trained from scratch on an unknown dataset.
15
- It achieves the following results on the evaluation set:
16
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
 
9
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
10
  probably proofread and complete it, then remove this comment. -->
11
 
12
+ # Bio-ClinicalBERT Vascular Classification
13
 
14
+ This model is a fine-tuned version of BioClinicalBERT to perform clinical text classification to identify acute vascular admissions from Electronic Health Records (EHRs).
 
15
 
16
+ ## Model Details
17
+
18
+ - **Model type**: BERTForSequenceClassification
19
+ - **Architecture**: BERT
20
+ - **Base model**: BioClinicalBERT
21
+ - **Fine-tuning objective**: Text classification (identifying acute vascular admissions using EHRs)
22
+ - **Frameworks**: TensorFlow and PyTorch
23
+
24
+ ## Intended Use
25
+
26
+ This model is designed to be used for the classification of EHRs. Users in the healthcare and biomedical research sectors can use this model to automatically categorise clinical information.
27
 
28
  ## Model description
29