Commit ·
15289d3
1
Parent(s): 32d00e6
Trying a different aggregation strategy
Browse files
README.md
CHANGED
|
@@ -11,14 +11,14 @@ metrics:
|
|
| 11 |
- F1
|
| 12 |
- Recall
|
| 13 |
- AUC
|
|
|
|
|
|
|
|
|
|
| 14 |
widget:
|
| 15 |
- text: "Physician Discharge Summary Admit date: 10/12/1982 Discharge date: 10/22/1982 Patient Information Jack Smith, 54 y.o. male (DOB = 1/21/1928)."
|
| 16 |
- text: "Home Address: 123 Park Drive, San Diego, CA, 03245. Home Phone: 202-555-0199 (home)."
|
| 17 |
- text: "Hospital Care Team Service: Orthopedics Inpatient Attending: Roger C Kelly, MD Attending phys phone: (634)743-5135 Discharge Unit: HCS843 Primary Care Physician: Hassan V Kim, MD 512-832-5025."
|
| 18 |
---
|
| 19 |
-
inference:
|
| 20 |
-
parameters:
|
| 21 |
-
aggregation_strategy: "first"
|
| 22 |
|
| 23 |
|
| 24 |
# BERT-based deidentification model
|
|
|
|
| 11 |
- F1
|
| 12 |
- Recall
|
| 13 |
- AUC
|
| 14 |
+
inference:
|
| 15 |
+
parameters:
|
| 16 |
+
aggregation_strategy: "first"
|
| 17 |
widget:
|
| 18 |
- text: "Physician Discharge Summary Admit date: 10/12/1982 Discharge date: 10/22/1982 Patient Information Jack Smith, 54 y.o. male (DOB = 1/21/1928)."
|
| 19 |
- text: "Home Address: 123 Park Drive, San Diego, CA, 03245. Home Phone: 202-555-0199 (home)."
|
| 20 |
- text: "Hospital Care Team Service: Orthopedics Inpatient Attending: Roger C Kelly, MD Attending phys phone: (634)743-5135 Discharge Unit: HCS843 Primary Care Physician: Hassan V Kim, MD 512-832-5025."
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
# BERT-based deidentification model
|