Hello there, how can I change the MAX_LEN
property in the zero-shot-classification
pipeline?
Should I define a model via something like AutoModelForSequenceClassification
first and then pass to pipeline
or I can set the property directly to pipeline
?