Can we combine all these models to come up with one single model on Spark NLP for Healthcare? #293
Answered
by
JustHeroo
JustHeroo
asked this question in
sparknlp-healthcare
-
We have different models like: |
Beta Was this translation helpful? Give feedback.
Answered by
JustHeroo
Aug 23, 2021
Replies: 1 comment
-
It is a bad practice to combine multiple annotations in a single dataset & model as the dataset for model-x might have some relations for model-b but not annotated as usual. But we can create a big pipeline and will get all the results. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustHeroo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is a bad practice to combine multiple annotations in a single dataset & model as the dataset for model-x might have some relations for model-b but not annotated as usual. But we can create a big pipeline and will get all the results.