Update README.md
Browse files
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.
|