This is a converted dataset for
https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2 that allows sft in
https://github.com/hiyouga/LLaMA-Factory for function calling fine tuning.
You need to add the following to the datasets.json file, and changed the file_name to your local path.
"glaive-function-calling-v2": {
"file_name": "./glaive-function-calling-v2/simple-function-calling-v2_converted.json",
"columns": {
"prompt": "instruction",
"query": "input"… See the full description on the dataset page:
https://huggingface.co/datasets/Yhyu13/glaive-function-calling-v2-llama-factory-convert.