Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,6 @@
|
|
2 |
license: cc-by-nc-2.0
|
3 |
---
|
4 |
|
5 |
-
This repository contains notebooks used for pipeline development, training, and evaluation for MatchMiner-AI. Not all code will run out of the box, since some notebooks depend on an institutional dataset that cannot be shared because it contains protected health information (PHI). A Zip file containing shareable synthetic datasets is provided.
|
|
|
|
|
|
2 |
license: cc-by-nc-2.0
|
3 |
---
|
4 |
|
5 |
+
This repository contains notebooks used for pipeline development, training, and evaluation for MatchMiner-AI. Not all code will run out of the box, since some notebooks depend on an institutional dataset that cannot be shared because it contains protected health information (PHI). A Zip file containing shareable synthetic datasets is provided.
|
6 |
+
|
7 |
+
To run full pipeline inference on your own notes using the models trained on synthetic data, refer to notebook run_on_your_notes_and_trials.ipynb. That notebook will require slight edits to pull your input notes and may need edits to work with your own GPU setup (if any).
|