Which language model should be used to summarize a small number of small comments into a single sentence? For example, if this is the input:
“week 1: agent 375 has a good performance
week 2: agent 375 did 3 mistakes in Monday
week 3: agent 375 has the best performance in the team”
I want to have output like this:
“agent 375 performed very well, except few mistakes”
I also want this model to be small enough to run locally with 8GB of RAM.