▲ | balazstorok 3 days ago | |||||||
Does someone have a good understanding how 2B models can be useful in production? What tasks are you using them for? I wonder what tasks you can fine-tune them on to produce 95-99% results (if anything). | ||||||||
▲ | nialse 3 days ago | parent | next [-] | |||||||
The use case for small models include sentiment and intent analysis, spam and abuse detection, and classifications of various sorts. Generally LLM are thought of as chat models but the output need not be a conversation per se. | ||||||||
| ||||||||
▲ | snovv_crash 2 days ago | parent | prev | next [-] | |||||||
Anything you'd normally train a smaller custom model for, but with an LLM you can use a prompt instead of training. | ||||||||
▲ | logicchains 3 days ago | parent | prev | next [-] | |||||||
2B models by themselves aren't so useful, but it's very interesting as a proof of concept, because the same technique used to train a 200B model could produce one that's much more efficient (cheaper and more environmentally friendly) than existing 200B models, especially with specialised hardware support. | ||||||||
▲ | meltyness 2 days ago | parent | prev | next [-] | |||||||
I'm more interested in how users are taking 95-99% to 99.99% for generation-assisted tasks. I haven't seen a review or study of techniques, even though on the ground it's pretty trivial to think of some candidates. | ||||||||
| ||||||||
▲ | future10se 3 days ago | parent | prev | next [-] | |||||||
The on-device models used for Apple Intelligence (writing tools, notification and email/message summaries, etc.) are around ~3B parameters. I mean, they could be better (to put it nicely), but there is a legitimate use-case for them and I'd love to see more work in this space. https://machinelearning.apple.com/research/introducing-apple... | ||||||||
▲ | Lapel2742 3 days ago | parent | prev | next [-] | |||||||
I'm just playing / experimenting around with local LLM's. Just to see what I can do with them. One thing that comes to mind is gaming: E.g. text/dialog generation in procedural worlds / adventures. | ||||||||
▲ | throwaway314155 3 days ago | parent | prev [-] | |||||||
Summarization on mobile/embedded might be a good usecase? | ||||||||
|