Hello,
Thanks for the Question. To find all parameters (named) you need to dig a bit deeper into the code. For example, for the SummarizationPipeline
the generate method is used under the hood. There you can find all available kwargs
.
I opened a thread internally to improve documentation on this.