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
01NexusProjectsAI /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 likes3k downloads4mo agoHugging Face02AlexCuadron /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 Face03stindardlogic /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 likes382 downloads2mo agoHugging Face04Mustafaege /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 likes339 downloads7mo agoHugging Face05danilopeixoto /pandora-tool-calling Pandora Tool Calling A tool-calling dataset for Supervised fine-tuning of the Pandora Large Language Model (LLM). The dataset is based on the glaiveai/glaive-function-calling-v2 dataset. Copyright and license Copyright (c) 2024, Danilo Peixoto Ferreira. All rights reserved. Project developed under a BSD-3-Clause license. texttext-generation100K<n<1M20 likes249 downloads3y agoHugging Face06younissk /tool-calling-mix This is a dataset for fine-tuning a language model to use tools. I combined sources from various other tool calling datasets and added some non-tool calling examples to prevent catastrophic forgetting. Dataset Overview Motivation This dataset was created to address the need for a diverse, high-quality dataset for training language models in tool usage. By combining multiple sources and including non-tool examples, it aims to produce models that can effectively use tools… See the full description on the dataset page: https://huggingface.co/datasets/younissk/tool-calling-mix.imagetext-generation10K<n<100K4 likes243 downloads1y agoHugging Face07smirki /Tool-Calling-Dataset-UIGEN-X Tool Calling Dataset for UIGEN-X This is a cleaned version of the interstellarninja/hermes_reasoning_tool_use dataset, specifically prepared for training with Axolotl. Usage with Axolotl datasets: - path: smirki/Tool-Calling-Dataset-UIGEN-X type: chat_template field_messages: conversations message_property_mappings: role: from content: value split: train Example Structure { "conversations": [ { "from": "system"… See the full description on the dataset page: https://huggingface.co/datasets/smirki/Tool-Calling-Dataset-UIGEN-X.texttext-generation10K<n<100K4 likes171 downloads1y agoHugging Face08vericava /sft-tool-calling-structured-output-v1 vericava/sft-tool-calling-structured-output-v1 Dataset to train (SFT) 3-20B LLMs for tool calling and structured outputs/classifications. Includes contents in English as well as some Japanese. texttext-classification100K<n<1M2 likes158 downloads8mo agoHugging Face09dougalldeepmind /2026-07-31-toolcalling-tulu-20-80-mixture Tool-calling + TULU3 replay SFT mixture (20/80) for Qwen3.6-27B The training mixture behind LASR-Callum/2026-07-31-wrongly-trained-qwen36-toolcalling-tulu-lora-20-80: 1,492,442 Qwen3.6 tokens across 2,002 pre-rendered conversations, split 19.96% agentic tool-use / 80.04% TULU3 replay. Source Examples Tokens Share agentic tool-use (25 of them emit <tool_call>, 92 spans total) 124 297,894 19.96% TULU3 replay 1,878 1,194,548 80.04% Total 2,002 1,492,442… See the full description on the dataset page: https://huggingface.co/datasets/dougalldeepmind/2026-07-31-toolcalling-tulu-20-80-mixture.texttext-generation1K<n<10K1 likes151 downloads25d agoHugging Face10steadfastgaze /reasoning-tool-calling-v1 Reasoning and Tool Calling This dataset converts tagged reasoning and tool-use conversations into typed messages and tool definitions. It also includes calibration data derived from those converted conversations. The source is Mustafaege/qwen3.5-toolcalling-v2 at revision 8f0343a5613879fefda0eb002d10ff7150a2c588. How this differs from the source The source stores 92,153 train conversations and 10,240 test conversations in a tagged message format. Protocol… See the full description on the dataset page: https://huggingface.co/datasets/steadfastgaze/reasoning-tool-calling-v1.tabulartext-generation10K<n<100K0 likes93 downloads1mo agoHugging Face11Mustafaege /qwen3.5-toolcalling-v1 Qwen3.5 Tool Calling Dataset v1 A tool-calling SFT dataset built from smirki/Tool-Calling-Dataset-UIGEN-X (a cleaned version of interstellarninja/hermes_reasoning_tool_use), converted from ShareGPT conversations format to Qwen3 messages format. Features deep reasoning chains with <think> tags followed by structured tool calls. Dataset Summary Property Value Total Samples 51,004 Train Split 45,904 Test Split 5,100 Source smirki/Tool-Calling-Dataset-UIGEN-X… See the full description on the dataset page: https://huggingface.co/datasets/Mustafaege/qwen3.5-toolcalling-v1.texttext-generation10K<n<100K1 likes91 downloads7mo agoHugging Face12bilalabic /turkish-tool-calling Türkçe Tool-Calling Veri Seti 56.247 kayıt. xLAM/APIGen 60k ve NVIDIA When2Call'dan türetilmiş, üç davranış sınıfı içeren Türkçe function-calling veri seti. from datasets import load_dataset ds = load_dataset("bilalabic/turkish-tool-calling") # mesaj listesi ds = load_dataset("bilalabic/turkish-tool-calling", "table") # düz tablo ds = load_dataset("bilalabic/turkish-tool-calling", "sharegpt") # ShareGPT İçerik Kayıt 56.247… See the full description on the dataset page: https://huggingface.co/datasets/bilalabic/turkish-tool-calling.tabulartext-generation100K<n<1M0 likes89 downloads2mo agoHugging Face13iselabvn /Linux-terminal-tool-calling Linux Terminal Tool Calling Dataset (Linux-terminal-tool-calling) This dataset is designed for training and fine-tuning AI agents on tool calling, reasoning, and command execution specifically for standard Linux terminal utilities and system administration tasks. It transforms raw Linux terminal command records into a structured multi-turn conversation format featuring detailed chain-of-thought/reasoning content and OpenAI/OpenClaw-style function calling. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/iselabvn/Linux-terminal-tool-calling.texttext-generationn<1K1 likes88 downloads2mo agoHugging Face14Lucasllfs /router-assistant-tool-calling-en-es Router Assistant Tool Calling EN-ES Synthetic English and Spanish conversations for supervised fine-tuning of a small, local router assistant. The assistant answers brief social turns, obtains current network facts through tools, handles tool failures, and asks for confirmation before restarting the router or disabling WAN internet access. Dataset size Split Conversations Assistant completions Train 11,066 21,242 Validation 984 1,890 Test 926 1,769… See the full description on the dataset page: https://huggingface.co/datasets/Lucasllfs/router-assistant-tool-calling-en-es.texttext-generation10K<n<100K0 likes88 downloads1mo agoHugging Face15Theafricatechguy /qwen3.5-toolcalling-v1 Qwen3.5 Tool Calling Dataset v1 A tool-calling SFT dataset built from smirki/Tool-Calling-Dataset-UIGEN-X (a cleaned version of interstellarninja/hermes_reasoning_tool_use), converted from ShareGPT conversations format to Qwen3 messages format. Features deep reasoning chains with <think> tags followed by structured tool calls. Dataset Summary Property Value Total Samples 51,004 Train Split 45,904 Test Split 5,100 Source… See the full description on the dataset page: https://huggingface.co/datasets/Theafricatechguy/qwen3.5-toolcalling-v1.texttext-generation10K<n<100K0 likes81 downloads29d agoHugging Face16zwright /hermes-flight-recorder-browser-tool-calling-trajectories Hermes Flight Recorder Browser Tool-Calling Trajectories This dataset repository publishes the exact public-synthetic artifacts used by the Qwen3-4B browser LoRA case study. data/browser/flightrecorder_action_sft.jsonl: governed browser train view. data/development_action_sft.jsonl: frozen multi-scope development file; the evaluator selects the browser task scope. data/sealed_final_action_sft.jsonl: original frozen multi-scope final file; the evaluator selects the browser task… See the full description on the dataset page: https://huggingface.co/datasets/zwright/hermes-flight-recorder-browser-tool-calling-trajectories.text-generation0 likes76 downloads2mo agoHugging Face17atasoglu /turkish-tool-calling-10k Turkish Tool Calling 10k A synthetic Turkish tool-calling dataset generated using ToolsGen with Qwen models via OpenRouter. Dataset Details Generated with: ToolsGen Total Samples: 10,000 Language: Turkish Format: Single-turn conversations with tool calls Models Used Problem Generator: qwen/qwen3-235b-a22b-2507 (temp=1.0) Tool Caller: qwen/qwen3-235b-a22b-2507 (temp=0.0) Judge: qwen/qwen3-235b-a22b-2507 (temp=0.0) Dataset Structure Each record… See the full description on the dataset page: https://huggingface.co/datasets/atasoglu/turkish-tool-calling-10k.texttext-generation10K<n<100K4 likes65 downloads10mo agoHugging Face18ituperceptron /turkish-tool-calling Türkçe Tool-Calling Veri Seti Bu veri seti Mustafaege/qwen3.5-toolcalling-v2 veri seti temel alınarak hazırlanmış Türkçe bir alt kümedir. Veri seti 41,480 satır içermektedir (39,406 train / 2,074 test). Veri setinde bulunan sütun aşağıda açıklanmıştır: messages: Her konuşmanın {"role", "content"} sözlüklerinden oluşan listesi. Roller: system, user, assistant, answer. Çeviride doğal dil (kullanıcı soruları, asistan yanıtları, <think> akıl yürütme, araç açıklamaları, sistem… See the full description on the dataset page: https://huggingface.co/datasets/ituperceptron/turkish-tool-calling.texttext-generation10K<n<100K2 likes55 downloads3mo agoHugging Face19ProjectScugnizz /scugnizz-toolcalling-synthetic-v3 Scugnizz Tool Calling Synthetic Dataset sintetico per TOOL_CALL / TOOL_RESULT. Categorie: { "negative_tool_not_available": 18, "tool_result_mail": 2530, "positive_hash": 6, "similar_tools": 90, "tool_result_finance": 164457, "positive_ip": 15, "tool_result_weather": 134612, "positive_dns": 60, "positive_multitool": 432, "tool_result_calendar": 448, "positive_weather": 72, "negative_no_tool_needed": 3, "negative_missing_required_arg": 3… See the full description on the dataset page: https://huggingface.co/datasets/ProjectScugnizz/scugnizz-toolcalling-synthetic-v3.texttext-generation100K<n<1M0 likes54 downloads3mo agoHugging Face20raketa314 /presentation_tool_calling_phase_1 Presentation Tool-Calling Dataset (Phase-1) Supervised examples for single-step tool routing and argument filling in a slide-deck builder. What Phase-1 trains Choose the correct tool (function) for a user instruction. Fill tool arguments as strict JSON. Optionally use injected deck-state context to pick correct slide numbers/titles. Files train.jsonl, validation.jsonl, test.jsonl: one JSON object per line tools.json: tool schema (tool names + arg schemas)… See the full description on the dataset page: https://huggingface.co/datasets/raketa314/presentation_tool_calling_phase_1.texttext-generation1K<n<10K1 likes53 downloads8mo agoHugging Face21jedisct1 /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.text-generation0 likes52 downloads4mo agoHugging Face22pranavvmurthy26 /synthetic-healthcare-tool-calling-grpo-rlvr-1k 🏥 Synthetic Healthcare Tool Calling Dataset for GRPO and RLVR This is a synthetic dataset designed for training language models on clinical decision support tool calling using GRPO (Group Relative Policy Optimization) with verifiable rewards (RLVR). The dataset contains ~1.1K examples of clinical scenarios paired with expected tool calls and answers. Dataset sample schema: { "prompt": [ { "role": "system", "content": "You are a clinical decision support assistant… See the full description on the dataset page: https://huggingface.co/datasets/pranavvmurthy26/synthetic-healthcare-tool-calling-grpo-rlvr-1k.texttext-generation1K<n<10K0 likes49 downloads7mo agoHugging Face23kesava89 /adaptive-curriculum-tool-calling-poolgated Adaptive Curriculum Tool-Calling Pool — v2.1 A gated snapshot of the tool-calling training-data pool produced by the Adaptive Curriculum for Tool Calling sub-experiment. This is the additive v2.1 revision: it keeps the entire v1 + v2 payload and adds the six per-campaign partition manifests under manifests/partitions/. Nothing from v1 or v2 was re-encoded, recompressed, moved, or rewritten. Access is gated. The repository uses manual gating. You must be granted access by the… See the full description on the dataset page: https://huggingface.co/datasets/kesava89/adaptive-curriculum-tool-calling-pool.tabulartext-generation1M<n<10M0 likes48 downloads12d agoHugging Face24Qrzysztof /ecommerce-chat-tool-calling E-commerce Chat Tool-Calling Dataset (generic, schema-following) Synthetic training data that teaches a small model (e.g. google/functiongemma-270m-it) to map natural-language shopping requests onto whatever tool schema is declared in the prompt — not onto one hard-coded API. A visitor chats with the store's corner chatbot: "I need an inexpensive top-loading washing machine, preferably from a German manufacturer" → the model must emit the declared tool call with the right query… See the full description on the dataset page: https://huggingface.co/datasets/Qrzysztof/ecommerce-chat-tool-calling.texttext-generation1K<n<10K0 likes47 downloads2mo agoHugging Face25emrecandan0 /qwen_tool-calling_finetune_dataset 🛠️ Tool-Calling Instruction Dataset This dataset consists of instruction-completion pairs for training Large Language Models (LLMs) to convert natural language requests into structured tool/function calls.The data format is inspired by ChatML and includes explicit system, user, and assistant roles. Dataset Structure Each example is a single JSON object with a text field, containing a chat-formatted prompt and response. The user gives an instruction (e.g., "Analyze… See the full description on the dataset page: https://huggingface.co/datasets/emrecandan0/qwen_tool-calling_finetune_dataset.texttext-generationn<1K1 likes46 downloads1y agoHugging Face26eacortes /code-tool-calling-functiongemma Code Tool Calling Dataset (FunctionGemma Format) A curated dataset of coding-focused tool-calling examples formatted for FunctionGemma-style training as demonstrated in google/mobile-actions. Dataset Overview Total: 82,406 examples (85% train / 15% validation split per subset) Subsets Config Name Original Dataset Original Subset Train Validation Total ToolRM ibm-research/ToolRM-train-data train 44,293 7,823 52,116 Toucan-1.5M-SFT… See the full description on the dataset page: https://huggingface.co/datasets/eacortes/code-tool-calling-functiongemma.texttext-generation10K<n<100K0 likes46 downloads7mo agoHugging Face27DataCreatorAI /tool-calling-browser-agent-tasks Dataset Card Created by: DataCreator AI Overview Tool Calling for Agentic Tasks with Multi-Step Workflows contains 1,062 synthetic multi-turn conversations between a user and an AI assistant. The examples primarily focus on practical agentic tasks such as train ticket booking, dynamic form filling, and payment processing. It provides diverse scenarios including successful execution, context retrieval, tool integration, and failure recovery. The dataset is… See the full description on the dataset page: https://huggingface.co/datasets/DataCreatorAI/tool-calling-browser-agent-tasks.text-generation1K<n<10K2 likes46 downloads6mo agoHugging Face28pranavvmurthy26 /synthetic-financial-tool-calling-grpo-rlvr-1k 🤖 Synthetic Financial Tool Calling Dataset for GRPO and RLVR This is a synthetic dataset designed for training language models on financial tool calling using GRPO (Group Relative Policy Optimization) with verifiable rewards (RLVR). The dataset contains ~1.1K examples of financial planning queries paired with expected tool calls and answers. Dataset sample schema, { "prompt": [ { "role": "system", "content": "You are a financial planning assistant with tools for… See the full description on the dataset page: https://huggingface.co/datasets/pranavvmurthy26/synthetic-financial-tool-calling-grpo-rlvr-1k.texttext-generation1K<n<10K2 likes45 downloads8mo agoHugging Face29stindardlogic /eu-multilang-tool-calling-180k eu-multilang-tool-calling-180k 175,716 multi-turn function-calling conversations in 6 under-served EU languages: Hungarian, Bulgarian, Greek, Croatian, Slovak, Slovenian. Apache 2.0 — commercial use permitted. ~29-30K examples per language across 7 domains: fiscal, banking, e-commerce, calendar, weather, generic government services. Quick Load (SFT / Instruction Tuning) from datasets import load_dataset # Full dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/stindardlogic/eu-multilang-tool-calling-180k.texttext-generation100K<n<1M0 likes45 downloads2mo agoHugging Face30igidn /loap-reasoning-toolcalling-20k loap-reasoning-toolcalling-20k loap-reasoning-toolcalling-20k is a synthetic dataset designed to train language models in reasoning (Chain of Thought) and tool usage. Language: English Format: Chat (System, User, Model, Tool) Dataset Structure [ { "id": "synthetic_agent_00001", "conversations": [ { "role": "system", "content": "You are a helpful AI agent.\nYou have access to the following tools:" }, { "role": "tools"… See the full description on the dataset page: https://huggingface.co/datasets/igidn/loap-reasoning-toolcalling-20k.texttext-generation10K<n<100K3 likes44 downloads8mo agoHugging Face

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