CoolFace
22 shown

datasets

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

Clear all
01victor /functiongemma-agent-sft FunctionGemma Agent SFT Dataset Training data for fine-tuning FunctionGemma models on agentic tool-calling tasks, designed for use with llama-agent. Format Uses FunctionGemma's native format with <escape> delimiters (not JSON): <start_of_turn>developer You are a model that can do function calling with the following functions <start_function_declaration>declaration:read_file{...}<end_function_declaration> ... <end_of_turn> <start_of_turn>user Fix the typo in config.json… See the full description on the dataset page: https://huggingface.co/datasets/victor/functiongemma-agent-sft.texttext-generation1K<n<10K1 likes209 downloads9mo agoHugging Face02scionoftech /functiongemma-e-commerce-dataset E-Commerce Customer Support Agent Routing Dataset A synthetic dataset of 12,550 customer support queries labeled for routing to 7 specialized agents. Designed for fine-tuning function-calling models like FunctionGemma for multi-agent orchestration. Dataset Summary This dataset contains realistic e-commerce customer support queries with linguistic variations (polite, casual, urgent) mapped to appropriate agent function calls. It demonstrates how function-calling models can… See the full description on the dataset page: https://huggingface.co/datasets/scionoftech/functiongemma-e-commerce-dataset.text-classification10K<n<100K0 likes125 downloads9mo agoHugging Face03slaystation /functiongemma-browser-edit-e14-4-scale-51200-dataset0 likes52 downloads6d agoHugging Face04eacortes /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 likes48 downloads7mo agoHugging Face05Qrzysztof /functiongemma-prepaid-cards-tool-calling-v2 FunctionGemma Prepaid-Cards Tool-Calling Dataset Synthetic training data for fine-tuning google/functiongemma-270m-it so it can recognize chat intents for buying prepaid cards, checking balances, and viewing transaction history, and emit the correct tool call. Tools Tool Purpose purchase_card(amount, card_type, email?, currency?) Buy a Digital Prepaid Visa or Virtual Prepaid Mastercard get_card_balance(card_number) Check the balance of a card… See the full description on the dataset page: https://huggingface.co/datasets/Qrzysztof/functiongemma-prepaid-cards-tool-calling-v2.texttext-generation1K<n<10K0 likes42 downloads1mo agoHugging Face06Qrzysztof /functiongemma-prepaid-cards-tool-calling FunctionGemma Prepaid-Cards Tool-Calling Dataset Synthetic training data for fine-tuning google/functiongemma-270m-it so it can recognize chat intents for buying prepaid cards, checking balances, and viewing transaction history, and emit the correct tool call. Tools Tool Purpose purchase_card(amount, card_type, email?, currency?) Buy a Digital Prepaid Visa or Virtual Prepaid Mastercard get_card_balance(card_number) Check the balance of a card… See the full description on the dataset page: https://huggingface.co/datasets/Qrzysztof/functiongemma-prepaid-cards-tool-calling.texttext-generation1K<n<10K0 likes36 downloads1mo agoHugging Face07lucasllfsQ /network-agent-functiongemma-en-es Network Agent (FunctionGemma) EN/ES Tool-Calling Dataset Synthetic two-turn tool-calling dataset for a small on-device network assistant, exported in the functiongemma_tool_calling format and compatible with the Google/Hugging Face FunctionGemma flow (apply_chat_template(messages, tools=tools)). The agent answers user questions about the home network by calling one of three tools on the first turn and then producing a short natural-language answer on the second turn, using the… See the full description on the dataset page: https://huggingface.co/datasets/lucasllfsQ/network-agent-functiongemma-en-es.texttext-generation1K<n<10K0 likes31 downloads2mo agoHugging Face08Cyleux /functiongemma-thinking-curriculum FunctionGemma Curriculum Dataset (Converted) Converted from trace-based samples into FunctionGemma-ready chat format. Schema Each row contains: messages: chat history with roles in {system,user,assistant,tool} tools: function declarations for tokenizer.apply_chat_template(..., tools=...) curriculum_stage: integer stage (1-5) metadata fields: domain, subdomain, difficulty, format, quality_signals Total rows: 1214 Stage counts Stage 1: 280 Stage 2: 425… See the full description on the dataset page: https://huggingface.co/datasets/Cyleux/functiongemma-thinking-curriculum.0 likes30 downloads8mo agoHugging Face09SkGufranAhmed /functiongemma-finetune-dataset FunctionGemma Finetune Dataset — Cardinal System Tools Conversational traces for training lightweight models (FunctionGemma 270M) to translate natural language into executable function calls for system tools: clock, calendar, notes, translation, settings, and AI routing. Dataset Format JSONL, one sample per line. Format matches google/mobile-actions exactly. Each sample has: metadata: "train" or "eval" (90/10 split) tools: A list of 7 available functions (random… See the full description on the dataset page: https://huggingface.co/datasets/SkGufranAhmed/functiongemma-finetune-dataset.text10K<n<100K1 likes26 downloads2mo agoHugging Face10burtenshaw /function-gemma-tuning FunctionGemma tool-calling SFT demo (Agents + Colab + HF Jobs + UV) This repo is a FunctionGemma tool-calling fine-tune demo you can run: On Colab: function_gemma_sft_tool_calling.ipynb On HF Jobs: sft-tool-calling.py (standalone UV script for TRL SFT + LoRA/QLoRA) Locally: sft-tool-calling.py (via uv run) References: Hugging Face Jobs guide huggingface/skills 1) Train with a coding agent (HF Skills + Jobs) Install Hugging Face Skills (Agent Context Protocol bundles)… See the full description on the dataset page: https://huggingface.co/datasets/burtenshaw/function-gemma-tuning.20 likes24 downloads9mo agoHugging Face11chakibmed /whispbook-functiongemma-speaker-attribution-sfttext100K<n<1M0 likes24 downloads4mo agoHugging Face12sandeeppanem /functiongemma-python-functions FunctionGemma Python Function Calling Dataset This dataset contains training examples for fine-tuning FunctionGemma 270M to perform Python function calling tasks. Dataset Details Dataset Description This dataset is designed for training FunctionGemma models to translate natural language queries into structured function calls. Each example contains: Developer message: System prompt describing available functions User message: Natural language query Assistant… See the full description on the dataset page: https://huggingface.co/datasets/sandeeppanem/functiongemma-python-functions.texttext-generationn<1K0 likes16 downloads8mo agoHugging Face13Abdelkareem /functiongemma-ar-grep-toolcalltext1K<n<10K0 likes15 downloads4mo agoHugging Face14metga97 /arabic-tooluse-functiongemma-v1 Arabic Tool Use — FunctionGemma Format (v1) This dataset is a processed Arabic tool-use / function-calling dataset from this dataset: HeshamHaroon/Arabic_Function_Calling converted into a FunctionGemma-friendly format for supervised finetuning. The main goal is to train a model that, given a user request in Arabic (multiple dialects), predicts a single tool call with JSON arguments following the provided tool schema. What’s inside Splits train test… See the full description on the dataset page: https://huggingface.co/datasets/metga97/arabic-tooluse-functiongemma-v1.texttext-generation10K<n<100K0 likes14 downloads8mo agoHugging Face15ferdianfariza /functiongemma-finetunedtextn<1K0 likes10 downloads7mo agoHugging Face16epinfomax /functiongemma-finetune-datatext1K<n<10K1 likes7 downloads9mo agoHugging Face17eyalnof123 /su-lab-functiongemma-datasettext1K<n<10K0 likes7 downloads6mo agoHugging Face18Keshav069 /functiongemma_training_datatextn<1K0 likes6 downloads7mo agoHugging Face19independently-platform /FunctionGemma-270m-Independentlygated Independently FunctionGemma Tool-Calling Dataset Synthetic tool-calling dataset for the Independently desktop assistant, designed to fine-tune compact function-calling models (e.g., google/functiongemma-270m-it) to produce reliable, schema-faithful tool invocations for local household workflows. This dataset targets high-precision tool selection and argument construction across chores, expenses, recipes, alerts, and grocery-list flows, with robust performance under paraphrases and… See the full description on the dataset page: https://huggingface.co/datasets/independently-platform/FunctionGemma-270m-Independently.text10K<n<100K0 likes5 downloads9mo agoHugging Face20harlley /functiongemma-square-colortextn<1K0 likes5 downloads9mo agoHugging Face21DharmaBytes /functiongemma-netboxtextn<1K0 likes4 downloads8mo agoHugging Face22CuriousDragon /functiongemma-distilled-fulltext100K<n<1M0 likes2 downloads8mo agoHugging Face

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