Open Jasydom opened 1 year ago
You don't need to pass 'jinja' multiple times, you are passing template in prompter and again in pipe.fit function.
Try this:
result = pipe.fit(sent,
n_output_labels = len(classes),
domain = 'Clinical',
labels = classes)
also no need to eval
on output, it will be handle internally.
Thanks for the reply
Have a good day
Hello,
I would like to do MultiLabel Text-Classification
My code:
I got this error
Pipeline.fit() got multiple values for argument 'text_input'
Thank you for taking the time to respond to me.
Have a good day