Commit a7a2d19
feat(data): add Hermes function-calling dataset preset
Register NousResearch/hermes-function-calling-v1 (func_calling config) in both
dataset registries: the offline preprocessing DATASET_CONFIGS (configs.py) and
the on-policy response-regeneration script's DATASET_CONFIGS.
Hermes func_calling is a multi-turn function-calling SFT dataset (Apache-2.0) in
ShareGPT from/value form, so it needs no normalizer (like the existing sharegpt
preset). Tool calls/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 6030a44 commit a7a2d19
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
149 | 156 | | |
0 commit comments