You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love this tool/ your work. I was curious if there was a way to control the output summaries? For example, each chapter broken down summarized in 5 sentences or less? Or does this require fine tuning the model?
The text was updated successfully, but these errors were encountered:
I intend to make an option to collect the summaries from each chapter and make a summary for those.. Like a recursive summary.
another option that I haven't played with is to simply feed the entire chapter (context allowing) into a model directly, but I think intermediate summaries would be more effective.
since you've made interest known, I will see about doing that sooner than later.. you'll notice the output already has a chapter column..
You could put True at the beginning of each row which starts a chapter, and false until the next, then have some code collect the summaries... depending on their size it may need several intermediate summaries until context allows.
As I recall anywhere around 2500tokens and higher leads to unexpected outputs...
Love this tool/ your work. I was curious if there was a way to control the output summaries? For example, each chapter broken down summarized in 5 sentences or less? Or does this require fine tuning the model?
The text was updated successfully, but these errors were encountered: