Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
# Clinical IP/OP Classification with Explainability
|
| 2 |
+
|
| 3 |
+
This Space hosts a GatorTron + Graph Neural Network model for
|
| 4 |
+
classifying clinical notes into:
|
| 5 |
+
|
| 6 |
+
- **IP (Inpatient)**
|
| 7 |
+
- **OP (Outpatient)**
|
| 8 |
+
|
| 9 |
+
### Features
|
| 10 |
+
- Captum Integrated Gradients
|
| 11 |
+
- Empath emotional category attribution
|
| 12 |
+
- Discriminative trigram attribution
|
| 13 |
+
- GPU-accelerated inference
|
| 14 |
+
|
| 15 |
+
β οΈ **For research use only. Not for clinical decision making.**
|
| 16 |
+
|