Ask HN: Is anyone doing anything cool with tiny language models?
11–20 of 356 posts
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#12Re: Ask HN: Is anyone doing anything cool with tiny language models?
#13Earlier quoted context omitted.
Could you recommend a tiny language model I could try out locally?
Llama 3.2 has about 3.2b parameters. I have to admit, I use bigger ones like phi-4 (14.7b) and Llama 3.3 (70.6b) but I think Llama 3.2 could do de-anonimization and anonimization of code
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#14Re: Ask HN: Is anyone doing anything cool with tiny language models?
#15Re: Ask HN: Is anyone doing anything cool with tiny language models?
#16I have a mini PC with an n100 CPU connected to a small 7" monitor sitting on my desk, under the regular PC. I have llama 3b (q4) generating endless stories in different genres and styles. It's fun to glance over at it and read whatever it's in the middle of making. I gave llama.cpp one CPU core and it generates slow enough to just read at a normal pace, and the CPU fans don't go nuts. Totally not productive or really…
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#17I have a mini PC with an n100 CPU connected to a small 7" monitor sitting on my desk, under the regular PC. I have llama 3b (q4) generating endless stories in different genres and styles. It's fun to glance over at it and read whatever it's in the middle of making. I gave llama.cpp one CPU core and it generates slow enough to just read at a normal pace, and the CPU fans don't go nuts. Totally not productive or really…
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#18Microsoft published a paper on their FLAME model (60M parameters) for Excel formula repair/completion which outperformed much larger models (>100B parameters). https://arxiv.org/abs/2301.13779
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#19Re: Ask HN: Is anyone doing anything cool with tiny language models?
#20I have a mini PC with an n100 CPU connected to a small 7" monitor sitting on my desk, under the regular PC. I have llama 3b (q4) generating endless stories in different genres and styles. It's fun to glance over at it and read whatever it's in the middle of making. I gave llama.cpp one CPU core and it generates slow enough to just read at a normal pace, and the CPU fans don't go nuts. Totally not productive or really…
Last week I tried to get an LLM (one of the recent Llama models running through Groq, it was 70B I believe) to produce randomly generated prompts in a variety of styles and it kept producing cyberpunk scifi stuff. When I told it to stop doing cyberpunk scifi stuff it went completely to wild west.