Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,37 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
- generated_from_keras_callback
|
| 4 |
model-index:
|
| 5 |
-
- name: Bio-ClinicalBERT_aaa_classification
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- generated_from_keras_callback
|
| 4 |
model-index:
|
| 5 |
+
- name: Bio-ClinicalBERT_aaa_classification
|
| 6 |
+
results:
|
| 7 |
+
- task:
|
| 8 |
+
type: text-classification
|
| 9 |
+
name: AAA vs Non-AAA Classification
|
| 10 |
+
dataset:
|
| 11 |
+
name: Clinical EHR Dataset
|
| 12 |
+
type: medical
|
| 13 |
+
metrics:
|
| 14 |
+
- name: Accuracy
|
| 15 |
+
type: accuracy
|
| 16 |
+
value: 0.99
|
| 17 |
+
- name: Precision (AAA)
|
| 18 |
+
type: precision
|
| 19 |
+
value: 0.99
|
| 20 |
+
- name: Recall (AAA)
|
| 21 |
+
type: recall
|
| 22 |
+
value: 0.98
|
| 23 |
+
- name: F1-Score (AAA)
|
| 24 |
+
type: f1
|
| 25 |
+
value: 0.98
|
| 26 |
+
- name: Precision (Non-AAA)
|
| 27 |
+
type: precision
|
| 28 |
+
value: 0.99
|
| 29 |
+
- name: Recall (Non-AAA)
|
| 30 |
+
type: recall
|
| 31 |
+
value: 0.99
|
| 32 |
+
- name: F1-Score (Non-AAA)
|
| 33 |
+
type: f1
|
| 34 |
+
value: 0.99
|
| 35 |
---
|
| 36 |
|
| 37 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|