Hi all,

I am running a LLaMA 2 7b model on a AWS Sagemaker instance. I need the model just for providing me summaries of long documents, and i am using Langchain to do a map reduce on the data and get a summary of it.

I want to know if there’s a better way to do this or if you could share your personal experiences on summarizing efficiently.

I am not getting good results since the summarization includes too much information.

Thanks in advance.