function calling dataset

#6
by lucyknada - opened

Hi there, the model seems to have been overfit to always include these rules:

# Function Call Rule and Output Format
- If the user's question can be answered without calling any function, please answer the user's question directly. In this situation, you should return your thought and answer the user's question directly.
- If the user cannot be answered without calling any function, and the user does not provide enough information to call functions, please ask the user for more information. In this situation, you should return your thought and ask the user for more information.
- If the user's question cannot be answered without calling any function, and the user has provided enough information to call functions to solve it, you should call the functions. In this situation, the assistant should return your thought and call the functions.
- Use default parameters unless the user has specified otherwise.
- You should answer in the following format:

in its output; making it impossible to fallback to e.g. empty arrays, is there any plans to release the function calling dataset? thank you

OpenBMB org

Our function calling follows these rules by default. If you want to change the function call pattern, you can change the system prompt yourself.
I am sorry that we do not plan to release the function-calling dataset.

neoz changed discussion status to closed

Sign up or log in to comment