Task: Implement pre-processing for text input size > 1024 tokens. Pre-processing will reduce the text input to be less than 1024 tokens by performing extractive summary - this summarisation will result in the most meaningul and important sentences from the original text input. After extractive summarisation, abstractive summarisatio can be performed on the result to provide the user with a final summary
Task: Implement pre-processing for text input size > 1024 tokens. Pre-processing will reduce the text input to be less than 1024 tokens by performing extractive summary - this summarisation will result in the most meaningul and important sentences from the original text input. After extractive summarisation, abstractive summarisatio can be performed on the result to provide the user with a final summary