Why did the bart-large-cnn summarization model giving funny output with different length settings? – Artificial Intelligence
I have a piece of text of 4226 characters (316 words + special characters) I am trying different combinations of min_length and max_length to get summary print(summarizer(INPUT, max_length = 1000, min_length=500, do_sample=False)) With the code: The code is summarizer =…