I’ve come to this forum seeking some clarity on the feasibility of fine-tuning the GPT-3.5 Turbo Instruct model, specifically to improve its precision in calculations. If it’s possible, I’d greatly appreciate any feedback or guidance on the process. Thank you in advance for your insights!
If your aim is to improve on mathematical calculations specifically I suggest you look into function/tool calls where the model invokes some type of calculator app and returns the results to the user.
This is akin to using code interpreter via the assistants API.