CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01lockon /glaive_toolcall_enBorrowed from: https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2 You can use it in LLaMA Factory by specifying dataset: glaive_toolcall_en. texttext-generation1K<n<10K1 likes27k downloads2y agoHugging Face02trl-internal-testing /toolcalltextn<1K0 likes11k downloads7mo agoHugging Face03kth8 /python-toolcallsLogs from run_python_code tool used for benchmarking. tabular10K<n<100K0 likes6.5k downloads5mo agoHugging Face04annahbanannah /synthetic-math-toolcall-deception Synthetic Math Tool-Call Deception 200 paired multi-turn math-assistant trajectories (400 rows) for evaluating deception detectors on mid-trajectory tool-call misreporting. Each trajectory: a system prompt instructs the model to compute via an execute_python tool under a stated tool-call limit, and requires every call to carry a running call_index argument (1 for the first call, 2 for the second, …). The platform enforcing the limit is said to only see the reported call_index… See the full description on the dataset page: https://huggingface.co/datasets/annahbanannah/synthetic-math-toolcall-deception.tabulartext-classificationn<1K0 likes5.6k downloads2mo agoHugging Face05BitAgent /tool_callingtext100K<n<1M11 likes3k downloads2y agoHugging Face06NexusProjectsAI /Nexus-Agents-ToolCalling Nexus Agents — Tool-Calling Conversations Synthetic, schema-verified tool-calling conversations for training the Nexus Projects agents. This is the exact data behind Nemotron-3-Nano-30B-A3B — Nexus Agents (GGUF), including the verification transcripts that scored it (27/27 on the behavioral interview eval, vs 13/27 for the base model). Links: the fine-tuned model → Nemotron-3-Nano-30B-A3B — Nexus Agents (GGUF) · the generator + seed data + eval harness → Nexus Training Studio ·… See the full description on the dataset page: https://huggingface.co/datasets/NexusProjectsAI/Nexus-Agents-ToolCalling.texttext-generation100K<n<1M1 likes2.9k downloads3mo agoHugging Face07AlexCuadron /SWE-Bench-Verified-O1-native-tool-calling-reasoning-high-results SWE-Bench Verified O1 Dataset Executive Summary This repository contains verified reasoning traces from the O1 model evaluating software engineering tasks. Using OpenHands + CodeAct v2.2, we tested O1's bug-fixing capabilities using their native tool calling capabilities on the SWE-Bench Verified dataset, achieving a 45.8% success rate across 500 test instances. Overview This dataset was generated using the CodeAct framework, which aims to improve code… See the full description on the dataset page: https://huggingface.co/datasets/AlexCuadron/SWE-Bench-Verified-O1-native-tool-calling-reasoning-high-results.textquestion-answeringn<1K4 likes1.9k downloads2y agoHugging Face08zake7749 /Qwen3.6-35B-A3B-Tool-Calling Qwen3.6-35B-A3B Tool-Calling Dataset This repository presents a function and tool-calling preference and supervised fine-tuning dataset constructed from Nemotron-RL agentic prompt corpora. For each source prompt, the model was sampled four times with thinking mode enabled. Each resulting candidate trajectory was then evaluated against the dataset’s ground-truth action using exact matching on both the function name and the parsed function arguments. Overview… See the full description on the dataset page: https://huggingface.co/datasets/zake7749/Qwen3.6-35B-A3B-Tool-Calling.text10K<n<100K15 likes1.1k downloads4mo agoHugging Face09smolagents /toolcallingtext10K<n<100K3 likes899 downloads1y agoHugging Face10interstellarninja /tool-calls-singleturntext1K<n<10K1 likes770 downloads1y agoHugging Face11jdaddyalbs /playwright-mcp-toolcalling Purpose I wanted to train a small agent to use a browser effectively, most smaller models I tried <32b struggled to call the tools correctly. I created this dataset for two main reasons: To help with finetuning smaller models to use the browser specific tools in playwright. To look at the security implications of giving browser access to untrusted open-weight models, see blog post. Versions I am ironing out the kinks, but I will leave the older versions here in… See the full description on the dataset page: https://huggingface.co/datasets/jdaddyalbs/playwright-mcp-toolcalling.text1K<n<10K15 likes678 downloads1y agoHugging Face12zhendongnvidia /openai-tool-calling-dataset OpenAI Tool Calling Dataset (SFT-Ready) High-quality tool-calling conversations optimized for supervised fine-tuning (SFT). Dataset Info Records: 63 conversations Format: JSONL (train.jsonl) Quality: GPT-4o-mini filtered Schema: OpenAI fine-tuning compatible Structure: User message + Assistant tool call (truncated for SFT) SFT Format Each conversation contains exactly 2 messages: User message: The request/prompt Assistant message: Tool call response (with… See the full description on the dataset page: https://huggingface.co/datasets/zhendongnvidia/openai-tool-calling-dataset.textn<1K0 likes495 downloads1y agoHugging Face13llamafactory /glaive_toolcall_enBorrowed from: https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2 You can use it in LLaMA Factory by specifying dataset: glaive_toolcall_en. texttext-generation1K<n<10K10 likes489 downloads2y agoHugging Face14dongbobo /unified-toolcalls-canonical Unified Tool-Calling Corpus — Canonicalized Output Publish-ready conversion of two pinned Hugging Face dataset revisions into the single schema defined in docs/unified_format.md, with repeated records normalized by an explicit canonicalization rule and every surviving record kept faithful to its source row. Records in (source rows) 65,000 Records published (canonical survivors) 64,622 Duplicates collapsed 378 (343 duplicate groups) Records mutated during… See the full description on the dataset page: https://huggingface.co/datasets/dongbobo/unified-toolcalls-canonical.text-generation10K<n<100K0 likes468 downloads1mo agoHugging Face15Daisuke675 /scugnizz-v22-tool-call scugnizz-v22-tool-call Synthetic agentic call-init data: choose the right tool and emit grounded arguments. Format: Hermes/OpenAI-style messages plus tools. text1K<n<10K0 likes457 downloads14d agoHugging Face16pyromind /agentic-tool-call-dataset-12k Agentic Tool Calling Dataset 12K A curated 12K-sample tool-calling SFT dataset in a TRL-ready chat format. Each sample contains multi-turn agent trajectories with explicit reasoning, structured tool_calls, and tool responses. Dataset Summary Property Value Total Samples 12,000 Short split 10,000 (agent_short_10k.jsonl) Long split 2,000 (agent_long_2k.jsonl) Language English Format OpenAI-style messages with tool_calls License Apache 2.0… See the full description on the dataset page: https://huggingface.co/datasets/pyromind/agentic-tool-call-dataset-12k.text-generation10K<n<100K2 likes444 downloads3mo agoHugging Face17ZeroAgency /gemma3-pythonic-function-tool-calling-v1text100K<n<1M0 likes414 downloads11mo agoHugging Face18llamafactory /glaive_toolcall_zhBorrowed from: https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2 Translated by GPT-3.5. You can use it in LLaMA Factory by specifying dataset: glaive_toolcall_zh. texttext-generation1K<n<10K23 likes411 downloads2y agoHugging Face19roborovski /synthetic-tool-calls-v2textn<1K5 likes404 downloads3y agoHugging Face20zake7749 /deepseek-v4-pro-agent-tool-calling-trajectory DeepSeek V4 Pro ToolScale Agent SFT Dataset A curated subset of multi-turn tool-calling trajectories generated by DeepSeek V4 Pro on ToolScale. The dataset is filtered by action-match score against ground-truth trajectories and is designed for supervised fine-tuning of agentic models on realistic, multi-step tool use. Each conversation includes natural-language user requests, tool calls, tool observations, assistant reasoning traces, and grounded final responses across five… See the full description on the dataset page: https://huggingface.co/datasets/zake7749/deepseek-v4-pro-agent-tool-calling-trajectory.tabular1K<n<10K4 likes392 downloads4mo agoHugging Face21stindardlogic /tool-calling-english-100k Tool Calling English (100K) 100,000 tool-calling conversations in OpenAI function calling format — the largest general English tool-use dataset for fine-tuning. Motivation Models trained without tool-calling examples struggle in agentic deployments. This dataset trains the full cycle: deciding when to call a tool, calling it with correct arguments, interpreting the result, and producing a grounded final response. Dataset Description 100,000… See the full description on the dataset page: https://huggingface.co/datasets/stindardlogic/tool-calling-english-100k.texttext-generation100K<n<1M1 likes380 downloads2mo agoHugging Face22zake7749 /Qwen-3.6-plus-agent-tool-calling-trajectory Qwen 3.6 Plus: ToolScale Agent SFT Dataset Multi-turn tool-calling trajectories generated by Qwen 3.6 Plus via OpenRouter on ToolScale. Both passing and near-passing rollouts are included, allowing users to choose their own quality threshold using reward and score. Each row is a flattened conversation prefix ending at one assistant turn, ready for next-token SFT. Assistant turns include a reasoning_content field containing the model’s reasoning. What's inside… See the full description on the dataset page: https://huggingface.co/datasets/zake7749/Qwen-3.6-plus-agent-tool-calling-trajectory.tabular1K<n<10K15 likes373 downloads4mo agoHugging Face23interstellarninja /tool-calls-multiturntext1K<n<10K23 likes369 downloads3y agoHugging Face24roborovski /synthetic-tool-callstext1K<n<10K2 likes362 downloads3y agoHugging Face25zhangdw /to-tool-call-datasets 🛠️ To-Tool-Call Datasets A unified Qwen3-style tool-call corpus for SFT, GRPO, and agent training &nbsp;&nbsp;&nbsp;&nbsp; To-Tool-Call Datasets is a curated mirror of public tool-call and function-calling corpora, re-serialized into one training-ready messages JSONL convention. Quick Start · At a Glance · Format · Sources · Training Notes [!IMPORTANT] This repository is a format-harmonization layer, not a new claim of ownership over the… See the full description on the dataset page: https://huggingface.co/datasets/zhangdw/to-tool-call-datasets.texttext-generation1K<n<10K3 likes351 downloads4mo agoHugging Face26BitAgent /tool_calling_shuffletext100K<n<1M5 likes333 downloads2y agoHugging Face27Mozilla /standard_chat_tool_calling_generaltextn<1K1 likes324 downloads4mo agoHugging Face28Mustafaege /qwen3.5-toolcalling-v2 Qwen3.5 Tool Calling Dataset v2 An expanded tool-calling SFT dataset combining smirki/Tool-Calling-Dataset-UIGEN-X and AmanPriyanshu/tool-reasoning-sft-jupyter-agent, unified into Qwen3 messages format. Adds Jupyter notebook agent data with code execution reasoning chains. Dataset Summary Property Value Total Samples ~60K+ Train Split ~55K Test Split ~6K Sources UIGEN-X + Jupyter Agent Format Qwen3 messages Language English License Apache 2.0… See the full description on the dataset page: https://huggingface.co/datasets/Mustafaege/qwen3.5-toolcalling-v2.texttext-generation100K<n<1M49 likes322 downloads7mo agoHugging Face29stepfun-ai /StepEval-Audio-Toolcall StepEval-Audio-Toolcall Paper: Step-Audio 2 Technical ReportCode: https://github.com/stepfun-ai/Step-Audio2Project Page: https://www.stepfun.com/docs/en/step-audio2 Dataset Description StepEval Audio Toolcall evaluates the invocation performance of four tool types. For each tool, the benchmark contains approximately 200 multi-turn dialogue sets for both positive and negative scenarios: Positive samples: The assistant is required to invoke the specified tool in the… See the full description on the dataset page: https://huggingface.co/datasets/stepfun-ai/StepEval-Audio-Toolcall.audio-text-to-text7 likes267 downloads1y agoHugging Face30belyakoff /xlam-ru-tool-callingtext10K<n<100K2 likes242 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.