Replies: 1 comment 1 reply
-
|
Interesting idea! What sorts of things would you want to do though? Just "Track that I did xyz and add a note abc" kind of stuff? I could imagine it could also work for creating graphs/functions, and maybe search. I did have a similar thought not too long ago. I imagined a model that would write Lua against some interface which could control T&G. I imagined it being run in a cloud though. I expect small fine tuned models that write Lua are probably a little more rare 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a 14mb "LLM" fine tuned on tool calling: https://huggingface.co/spaces/benoitfavre/needle-playground
If you gave it all buttons/trackers as tools, it would probably be able to create good json out of natural language sentences. As a user I could combine it with a STT keyboard --> Speech to tracking!
Beta Was this translation helpful? Give feedback.
All reactions