Show HN: Fine-tune llama3 model to support function calling(github.com)
github.com
Show HN: Fine-tune llama3 model to support function calling
https://github.com/michaelnny/Llama3-FunctionCalling
5 comments
In case anyone is interested, we have a very simple notebook which try to trick GPT-4o to reveal the structure of the prompt/response related to function calling, and it's located at:
https://github.com/michaelnny/Llama3-FunctionCalling/blob/ma...
https://github.com/michaelnny/Llama3-FunctionCalling/blob/ma...
While we're still improving our dataset and FastAPI backend server (which can't be open-sourced), we're happy to share with the community our open-sourced project of how to properly fine-tune llama3 model to support function calling, all following OpenAI's best practices.
We hope this will help other people with similar tasks/needs, happy to answer any questions.