CoolFace
Datasetpublic

jedisct1/tool-calling

Tool Calling Harness Training Corpus This dataset contains supervised tool-calling conversations and executable eval tasks for three local coding-agent harnesses: Swival opencode Codex CLI The examples are OpenAI-style chat records. Assistant tool calls use a tool_calls array with JSON-encoded function arguments, followed by tool-result messages and final assistant responses. The corpus is intended for fine-tuning and evaluating local models that need to choose the right tool… See the full description on the dataset page: https://huggingface.co/datasets/jedisct1/tool-calling.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes52downloads
2 commits on main
bd431844mo ago

Add tool-calling harness dataset

jedisct1
6c61d464mo ago

initial commit

jedisct1