Yhyu13/glaive-function-calling-v2-llama-factory-convert
收藏Hugging Face2024-01-21 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Yhyu13/glaive-function-calling-v2-llama-factory-convert
下载链接
链接失效反馈官方服务:
资源简介:
该数据集是针对glaive-function-calling-v2的转换版本,专门设计用于在LLaMA-Factory项目中进行函数调用微调,以优化特定功能的调用性能。
许可证:Apache-2.0
本数据集为https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2 的转换版本,可用于在https://github.com/hiyouga/LLaMA-Factory 中开展函数调用场景下的监督微调(Supervised Fine-Tuning,简称SFT)。
你需将以下内容添加至datasets.json配置文件中,并将`file_name`字段修改为你的本地文件路径:
"glaive-function-calling-v2": {
"file_name": "./glaive-function-calling-v2/simple-function-calling-v2_converted.json",
"columns": {
"prompt": "instruction",
"query": "input",
"response": "output",
"history": "history"
}
}
此外还提供了`simple-function-calling-v2_converted.json`文件,该文件从原始数据集中截取了前1000条样本,其体积约为原数据集的1%。
提供机构:
Yhyu13原始信息汇总
数据集概述
数据集来源
数据集用途
- 用于在https://github.com/hiyouga/LLaMA-Factory中进行函数调用微调(function calling fine tuning)。
数据集转换
- 本数据集是针对原数据集的转换版本,以适应特定的微调需求。



