UMCU commited on
Commit
9b30a5e
·
verified ·
1 Parent(s): 6fb6c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -28,6 +28,8 @@ Settings
28
  * Output: multilabel with probas for DISEASE, MEDICATION, PROCEDURE, SYMPTOM.
29
  * Chunking: centered around the span of interest
30
 
 
 
31
  # Performance on internal hold-outs
32
 
33
  Use with caution/not standalone: performance may be considerably less on external datasets.
 
28
  * Output: multilabel with probas for DISEASE, MEDICATION, PROCEDURE, SYMPTOM.
29
  * Chunking: centered around the span of interest
30
 
31
+ Note: for inference we use ```poetry run python -m cardioner.main --inferency_only..``` [CardioNER](https://github.com/DataTools4Heart/CardioNER) with ```--pipe=dt4h```.
32
+
33
  # Performance on internal hold-outs
34
 
35
  Use with caution/not standalone: performance may be considerably less on external datasets.