Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion medcat-service/models/examples/examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example Model Packs

## [example-medcat-v1-model-pack][(models/examples/example-medcat-v1-model-pack.zip)
## [example-medcat-v1-model-pack](models/examples/example-medcat-v1-model-pack.zip)
- This model pack is built by running the MedCAT V1 Tutorial Part 3.1.
- https://github.com/CogStack/cogstack-nlp/blob/main/v1/medcat-tutorials/notebooks/introductory/Part_3_1_Building_a_Concept_Database_and_Vocabulary.ipynb

Expand All @@ -12,3 +12,8 @@ It isn't a trained model, but has the concepts "Kidney Failure" and "Failure of
- Only understands PATIENT for deid in very limited cases
- Trained using 10k synthetic data of just a few example sentences like "Patient {full} had been diagnosed with acute kidney failure the week before"


## [example-medcat-v2-model-pack](models/examples/example-medcat-v2-model-pack.zip)
- This is a conversion of the example-medcat-v1-model-pack to medcat v2

It isn't a trained model, but has the concepts "Kidney Failure" and "Failure of Kidneys" built in
Loading