back
user profile

HenryNdubuaku

946karma·141submissions·October 24, 2021
recent activity (141 total)
comment
Ok we'd be adopting Little Language Model officially haha
5d ago·view thread
comment
Now you can try running the python package directly on your Mac to see proper speedup. WebAssembly has some limitations, running on pure hardware, especially ARM-based to see thousands (which 99% of c…
5d ago·view thread
comment
Please give it a try and let us know!
5d ago·view thread
comment
Haha, my rent is cheap lol
5d ago·view thread
comment
yes, that's what we had in mind while building
5d ago·view thread
comment
Ok, this is genuinely funny, we will fix these as we iterate, thanks lol.
5d ago·view thread
comment
Insane!
5d ago·view thread
comment
Your thinking is correct haha
5d ago·view thread
comment
The problem is the target device, an LLM can't run on an average TV well.
5d ago·view thread
comment
Thanks! Let us know how it goes :)
5d ago·view thread
comment
SO when confused, it gives you a low confidence score as a signal, in which case its recommended to finetune using th python package, train on your mac/PC
5d ago·view thread
comment
You explained it better, we've done a bad job at communicating its nice :(
5d ago·view thread
comment
Yep
5d ago·view thread
comment
Exactly the use cases we designed Needle for!
5d ago·view thread
comment
Thanks!
5d ago·view thread
comment
7 for now, English, German, Polish, French, Dutch, Latin, Italin.
5d ago·view thread
comment
A lot of Needle 1 users deployed on microcontrollers, we couldn't just throw them under the bus only t chase benchmarks, so its a price we are willing to pay :(
5d ago·view thread
comment
Haha, its not a generalist model, cheap devices cannot run LLM in production, so we brig on-device intelligence to them in the size they can. Needle is niche, not a Gemma or GPT replacement.
5d ago·view thread
comment
So TFLite is an inference engine while Needle is a model, which you can port on TFLite btw.
5d ago·view thread
comment
thanks, give the playground a go and let us know how to improve!
5d ago·view thread
comment
Yes, though for better results in production, after creating your tool json, use the provided data synthesis and fine-tuning pipeline. It tunes on on your mac.
5d ago·view thread
comment
Ah, another failure point on our end! So a simple "5 + 7" and "add 5 and 7" works. But to handle ambiguity, the python package ships pipelines to synthesize augmentations and fine-…
5d ago·view thread
comment
That demo was Needle 1 indeed and we are creating the guide for ESP32 now as we speak.
5d ago·view thread
comment
Thanks, we shall improve this for the next release.
5d ago·view thread
comment
Technically, you could do that, but we trained this one from the ground up!
5d ago·view thread
comment
It does better with clearer tool description, but we are taking note of these complaints for future improvements.
5d ago·view thread
comment
Try the following tool description: "Calculate the sum of two numbers. Use for any arithmetic or math question." instead of "Add two numbers." Let me know how it goes, thanks!
5d ago·view thread
comment
around +60% confidence threshold is cool from experiments, the problem is that you gotta test on your own workload, no existing benchmark could honestly paint the full picture, so we exposed the confi…
5d ago·view thread