Ask HN: Is anyone doing anything cool with tiny language models?
1–10 of 356 posts
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#2For context, GPT-2-small is 0.124B params (w/ 1024-token context).
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#3Maybe should write a plugin for it (open source):
1. Put in all your work related questions in the plugin, an LLM will make it as an abstract question for you to preview and send it
2. And then get the answer with all the data back
E.g. df[“cookie_company_name”] becomes df[“a”] and back
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#4I simply use it to de-anonymize code that I typed in via Claude Maybe should write a plugin for it (open source): 1. Put in all your work related questions in the plugin, an LLM will make it as an abstract question for you to preview and send it 2. And then get the answer with all the data back E.g. df[“cookie_company_name”] becomes df[“a”] and back
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#5https://m.youtube.com/watch?v=M2o4f_2L0No
Spend the 45 minutes watching this talk. It is a delight. If you are unsure, wait until the speaker picks up the guitar.
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#6"Comedy Writing With Small Generative Models" by Jamie Brew (Strange Loop 2023) https://m.youtube.com/watch?v=M2o4f_2L0No Spend the 45 minutes watching this talk. It is a delight. If you are unsure, wait until the speaker picks up the guitar.
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#7I simply use it to de-anonymize code that I typed in via Claude Maybe should write a plugin for it (open source): 1. Put in all your work related questions in the plugin, an LLM will make it as an abstract question for you to preview and send it 2. And then get the answer with all the data back E.g. df[“cookie_company_name”] becomes df[“a”] and back
Could you recommend a tiny language model I could try out locally?
Re: Ask HN: Is anyone doing anything cool with tiny language models?
#8Re: Ask HN: Is anyone doing anything cool with tiny language models?
#9Re: Ask HN: Is anyone doing anything cool with tiny language models?
#10JetBrains' local single-line autocomplete model is 0.1B (w/ 1536-token context, ~170 lines of code): https://blog.jetbrains.com/blog/2024/04/04/full-line-code-co... For context, GPT-2-small is 0.124B params (w/ 1024-token context).