letting beebee learn HOPqueries
With the release of v0.4.1 of BentoBoxDS out, we can now focus on how to give beebee the ability to directly or via a local LLM the ability to learn how to build a HOPquery. What is a HOPquery? It is the data structure required to be input to HOP to produce results and a proof of work from a successful HOP cycle, for example, chart the numbers 1 2 3 and produce a chartjs dataset or perform an daily average heart rate.
There are different techniques to train a LLMs but we will focus on fine tuning. This requires a list of example inputs and results. Using the human tool bars within BentoBoxDS provides example HOPqueries, what we need add, is to write prompts for those queries. For example. give me the average heart rate for the first week of August and map that two a HOPquery?