Ask HN: Improving LLM Performance

3 points by gregw134 ↗ HN
I'm trying to figure out whether it's possible to use LLM's to categorize the internet. Using back of napkin math, if it takes a few seconds per web page this would take $XXX,XXX+ to process the common crawl. Does anyone have tips on speeding up LLMs? Is it possible to use LLMs to train a cheaper student model? Thanks!

5 comments

[ 3.2 ms ] story [ 36.0 ms ] thread
Common Crawl is full of real junk, you'd need some kind of classifier just to pick out the stuff that's worth classifying...
Agreed. To start I'm thinking of cross-referencing this with a list of the top 10M most popular websites and dropping anything not on the list. If you have any insight into dealing with common crawl data (or better data sources) I'd love to hear it.
I’d start with a small number of high quality web sites, possibly even just one. Look up my profile and send me an email.