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
Maybe an LLM could separate walls of text into sentences and paragraphs?
Since all it would be doing is adding newlines and punctuation we should check the output and reject it if it does anything else like removing or adding text
This feels like something even a very small LLM can do, so we can keep it local
There are extensions that do this but they just split paragraphs after x sentences, I want this to preserve semantics and also to work with run-on sentences
The text was updated successfully, but these errors were encountered:
Maybe an LLM could separate walls of text into sentences and paragraphs?
Since all it would be doing is adding newlines and punctuation we should check the output and reject it if it does anything else like removing or adding text
This feels like something even a very small LLM can do, so we can keep it local
Example post I found hard to read: https://www.reddit.com/r/youtube/comments/1esgv5a/noticed_a_trend_of_more_youtubers_doing_multiple/
Example comment I found hard to read: https://www.reddit.com/r/youtube/comments/1esgv5a/comment/li62qt8/
There are extensions that do this but they just split paragraphs after x sentences, I want this to preserve semantics and also to work with run-on sentences
The text was updated successfully, but these errors were encountered: