Is possible to train 2 textcat components into the same pipeline #10692
Answered
by
thomashacker
info2000
asked this question in
Help: Coding & Implementations
-
I need to have 2 textcat on the same pipeline, _cats and _catsB Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
thomashacker
Apr 25, 2022
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
You can't train at the same time because there's only one place to represent the training data in the doc. As you mentioned, you'll need to train one component first and source it to the other pipeline.