updated README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
# BERT-based deidentification model
|
2 |
-
|
3 |
-
This repo contains model weights trained on the I2B2 dataset. Note that the hosted inference API uses a different tokenizer than what we developed for this task.
|
4 |
-
Please see [OBI EHR deidentification](https://github.com/obi-ds/ehr_deidentification) for more details and how to get started.
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
---
|
9 |
language:
|
10 |
- en
|
@@ -23,3 +16,9 @@ widget:
|
|
23 |
- text: "Home Address: 123 Park Drive, San Diego, CA, 03245. Home Phone: 202-555-0199 (home)."
|
24 |
- 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."
|
25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
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 |
+
|
20 |
+
|
21 |
+
# BERT-based deidentification model
|
22 |
+
|
23 |
+
This repo contains model weights for clinical note de-deidentification trained on the I2B2 dataset. Note that the hosted inference API uses a different tokenizer than what we developed for this task.
|
24 |
+
Please see [OBI EHR deidentification](https://github.com/obi-ds/ehr_deidentification) for more details and how to get started.
|