5 ms·
This post made it through as well (though it's fine since it's not about LLMs) - "Segment Anything Model (SAM) can "cut out" any object in an image". Perhaps u
by trekkie1024 3y ago
This post made it through as well (though it's fine since it's not about LLMs) - "Segment Anything Model (SAM) can "cut out" any object in an image".
Perhaps use GPT to determine whether a post title is ML / LLM related ?
- sakras 3y agoThat would be pretty cool, but I'm not sure how much money I'd need to pay per request for something like that. Maybe I can train a model offline and bundle it with the webpage somehow
- akiselev 3y agoGPT-3.5-turbo costs one dollar per 500k tokens so if you just analyzed the title the cost would be negligible. Probably a bit more if you wanted to include the first few paragraphs of content. Honestly, though, you can probably use something like the Vicuna model that was on the front page yesterday without any fine tuning of your own. You could even add some RHLF feedback if anything slips through.