dep-dev commited on
Commit
3f9f104
Β·
verified Β·
1 Parent(s): ce4c4ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -1,14 +1,16 @@
1
- ---
2
- title: CNC
3
- emoji: πŸŒ–
4
- colorFrom: indigo
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 6.2.0
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- short_description: Clinical Note Classifier - LOC
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
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
+