Glaive's Function Calling V2 dataset, formatted according to the chat schema zephyr uses, with all the data that I wasn't able to automatically convert removed.
Adds three new roles: definition, function and call. Here's an example prompt:
<|definition|>
{
"name": "generate_password",
"description": "Generate a random password with specified criteria",
"parameters": {
"type": "object",
"properties": {… See the full description on the dataset page:
https://huggingface.co/datasets/rizerphe/glaive-function-calling-v2-zephyr.