Mkboii t1_jas438i wrote on March 3, 2023 at 5:42 PM Reply to What do you recommend for a text summarization task? by average-joee If you have the budget, gpt3/gpt3.5 are pretty great at it. If you want to do it on your hardware/cloud instances. You can go for gpt-j or flan-T5, they do great with basic prompts. Or you can try a finetuned model, you might be able to get a finetuned T5 or there's BART and pegasus as well. For summarisation even smaller models are pretty good so don't just jump to the biggest models. Compare the performance. Permalink 2
Mkboii t1_jas438i wrote
Reply to What do you recommend for a text summarization task? by average-joee
If you have the budget, gpt3/gpt3.5 are pretty great at it.
If you want to do it on your hardware/cloud instances.
You can go for gpt-j or flan-T5, they do great with basic prompts.
Or you can try a finetuned model, you might be able to get a finetuned T5 or there's BART and pegasus as well.
For summarisation even smaller models are pretty good so don't just jump to the biggest models. Compare the performance.