gorilla
gorilla copied to clipboard
Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)
Thank you very much for sharing such an excellent project. The official URL ('http://luigi.millennium.berkeley.edu:8000/v1') can be called normally, and the returned result includes the 'function_call' field. However, why does the...
Hi, thanks for putting up the leaderboard, which is very useful and informative! I have some questions on the leaderboard: 1. I didn't find the code on how to execute...
Hi, thanks for the great work! I was trying to reproduce the instruction generation process described in section 3.1 of https://arxiv.org/pdf/2305.15334.pdf and have not seen much success, likely due to...
Is it possible to implement RAFT without Azure AI studio? I am planning to use open-source models.
The official URL ('http://luigi.millennium.berkeley.edu:8000/v1') can be called normally, and the returned result includes the 'function_call' field. However, why does the self-deployed gorilla not have a value for the 'function_call' field?...
The script gorilla/raft/raft.py appears unsuitable for handling the dataset format mentioned in the RAFT paper. Could you release datasets in RAFT paper after it has been processed with GPT-4?
Question: The Oberoi family is part of a hotel company that has a head office in what city? context: [The Oberoi family is an Indian family that is famous for...
OpenCodeInterpreter-DS which is based on deepseek-coder has very promising HumanEval (+) and MBPP (+) results, so it could combine HumanEval and Function Call Features Scores https://huggingface.co/m-a-p/OpenCodeInterpreter-DS-6.7B https://github.com/OpenCodeInterpreter/OpenCodeInterpreter/
Suggested approach to run python API calls produced by gorilla within the browser itself. Refers to task on row 21 in Gorilla Colab. More information on the different approaches along...