The structured-output and function-calling compilation used to train the Hermes 2 Pro series: ~12k ShareGPT-format samples across five task types — single-turn and multi-turn function calls, agentic JSON mode, single-turn JSON mode, and structured extraction. Includes a cleaned 5k Glaive subset. The go-to set when you need reliable JSON output as well as tool calls.
| Provider | Nous Research |
| Category | 智能体与函数调用 |
| Size | 12k Samples |
| License | Apache 2.0 |
| Downloads | n/a |
| Tags | Function-Calling, JSON-Mode, Structured-Output, Agents, 2024 |
from datasets import load_dataset
ds = load_dataset("NousResearch/hermes-function-calling-v1")
使用 QLoRA(4-bit 基础模型 + LoRA 适配器)微调的预计显存需求(保守默认参数):
| 7B QLoRA | ~6GB VRAM |
| 13B QLoRA | ~10GB VRAM |