Code: Select all
outputs = model.generate(inputs, max_length=hf_max_length, num_return_sequences=1)
Code: Select all
Error during summarization: '>=' not supported between instances of 'int' and 'str'
Code: Select all
outputs = model.generate(inputs, max_length=hf_max_length, num_return_sequences=1)
Code: Select all
Error during summarization: '>=' not supported between instances of 'int' and 'str'