Hacker News new | ask | show | jobs
by superb-owl 1009 days ago
I couldn't agree more. I talked a bit about how amazing and magical LLM-based text classification is here: https://blog.superb-owl.link/p/the-shapes-of-stories-with-ch...
1 comments

Nice one. Have you thought of stripping the text of words which do not contribute much to the meaning of a sentence? This way you could squeeze the context window even more.

I have written some stories myself, with the help of GPT, i will try to parse my stories with your method. It is very interesting.

As a side note, GPT is definitely not a toy. I use it for coding, it is great! I use it to write command line apps, which do some simple data manipulation, some more complex than others, but in the order of hundreds of lines of code. They work flawlessly, without me writing even a single line of code.