▲ | vidarh 2 days ago | |
In every LLM app you have available that can set temperature. You can try a template like this:
You might have to tweak it depending on the given model you seek, but given you set temperature to 0, once you've tweaked it so it works on that model for all 6 combinations of state and symbol, it will continue working.Repeat it, and provide a loop with the IO as indicated by the output. If you struggle with the notion that an LLM can handle a lookup table from 6 combinations of states and symbols to 6 tuples, you're looking for excuses to disagree and/or don't understand how simple a UTM is. The above is a sufficient definition for someone who understands a UTM to figure out how to execute the machine step by step. | ||
▲ | measurablefunc a day ago | parent [-] | |
Let me know when you manage to implement the Fibonacci sequence w/ this. It should be doable since you seem to think you already have a Turing machine implemented on an LLM w/ a loop around it. |