The standard open function-calling SFT dataset: ~113k conversations (112,960 rows) where a system prompt defines available JSON function schemas and the assistant learns when to call them, when to answer directly, and how to handle function responses. The foundation that countless open tool-calling fine-tunes (and cleaned derivatives like Hermes) build on.
| Provider | Glaive AI |
| Category | 智能体与函数调用 |
| Size | 113k Rows |
| License | Apache 2.0 |
| Downloads | n/a |
| Tags | Function-Calling, Tool-Use, JSON, Agents |
from datasets import load_dataset
ds = load_dataset("glaiveai/glaive-function-calling-v2")
使用 QLoRA(4-bit 基础模型 + LoRA 适配器)微调的预计显存需求(保守默认参数):
| 7B QLoRA | ~6GB VRAM |
| 13B QLoRA | ~10GB VRAM |