Command line interface how to name models of a pipeline #10790
-
I wanted to train 2 spancat models in 1 pipeline.
I wanted to add another spancat model and name them to differentiate them: 'spancat_1' and 'spancat_2'. I could'nt find the command to name them. How could I add the name for them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This isn't currently supported, so you'd need to edit your config by hand to add the second Our to-do list includes adding an
|
Beta Was this translation helpful? Give feedback.
This isn't currently supported, so you'd need to edit your config by hand to add the second
spancat
component.Our to-do list includes adding an
init config
option to support this, which we were thinking would look something like this:--pipeline tagger,spancat,spancat --name tagger,spancat1,spancat2