Daniel Thompson commited on
Update README.md
Browse files
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-
|
| 13 |
|
| 14 |
-
This model
|
| 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 |
|