Get config.cfg file for NLP pipeline. #11670
Answered
by
thomashacker
chouksep
asked this question in
Help: Coding & Implementations
-
I have a custom nlp pipeline and want to get configuration of all the components. How can I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
thomashacker
Oct 19, 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,
To get the training configuration for all components you can use
nlp.config
or get it from theconfig.cfg
file in the model directory.