back
user profile
HenryNdubuaku
946karma·141submissions·October 24, 2021
recent activity (141 total)
comment
Ok we'd be adopting Little Language Model officially haha
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…
comment
Please give it a try and let us know!
comment
Haha, my rent is cheap lol
comment
yes, that's what we had in mind while building
comment
Ok, this is genuinely funny, we will fix these as we iterate, thanks lol.
comment
Insane!
comment
Your thinking is correct haha
comment
The problem is the target device, an LLM can't run on an average TV well.
comment
Thanks! Let us know how it goes :)
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
comment
You explained it better, we've done a bad job at communicating its nice :(
comment
Yep
comment
Exactly the use cases we designed Needle for!
comment
Thanks!
comment
7 for now, English, German, Polish, French, Dutch, Latin, Italin.
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 :(
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.
comment
So TFLite is an inference engine while Needle is a model, which you can port on TFLite btw.
comment
thanks, give the playground a go and let us know how to improve!
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.
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-…
comment
That demo was Needle 1 indeed and we are creating the guide for ESP32 now as we speak.
comment
Thanks, we shall improve this for the next release.
comment
Technically, you could do that, but we trained this one from the ground up!
comment
It does better with clearer tool description, but we are taking note of these complaints for future improvements.
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!
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…