Commit a915d3b
feat(data): add When2Call multi-turn tool-use dataset preset
Register nvidia/When2Call (train_sft split) in both dataset registries: the
offline preprocessing DATASET_CONFIGS (configs.py) and the on-policy
response-regeneration script's DATASET_CONFIGS.
When2Call is a multi-turn function-calling SFT dataset (CC-BY-4.0) that also
teaches when NOT to call a tool. Its conversations use the OpenAI `messages`
schema (mapped to `conversations`), and its tool schemas ride along in a
parallel `tools` column.
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 a915d3b
2 files changed
Lines changed: 19 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 | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| |||
146 | 152 | | |
147 | 153 | | |
148 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
149 | 162 | | |
0 commit comments