Commit 65a2b5e
feat(data): add Hermes function-calling dataset preset
Register NousResearch/hermes-function-calling-v1 (func_calling config) in the
shared dataset registry. Since vllm-project#777 that registry is the single source of
presets, so the entry serves both pipelines: off-policy `prepare-data` and the
on-policy regeneration script's `--dataset`.
Hermes func_calling is a function-calling SFT dataset (Apache-2.0) already in
ShareGPT from/value form, so it needs no normalizer (like the existing sharegpt
preset). Each row is a single user request followed by a multi-step agentic
trajectory: system -> human -> gpt -> tool -> gpt in the common case. Tool calls
and results are text-encoded (<tool_call>/<tool_response>) inline; the parallel
`tools` column carries the JSON schemas as a JSON string.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LRRGNt2T9ktWyFRboNUZNU
Signed-off-by: Ranran Haoran Zhang <ranzhang@redhat.com>1 parent 548f9f7 commit 65a2b5e
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
154 | 161 | | |
0 commit comments