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
01minpeter /xlam-function-calling-60k-parsed [PARSED] APIGen Function-Calling Datasets (xLAM) This dataset contains the full data from the original Salesforce/xlam-function-calling-60k Subset name multi-turn parallel multiple definition Last turn type number of dataset xlam-function-calling-60k no yes yes tool_calls 60000 This is a re-parsing formatting dataset for the xLAM official dataset. Load the dataset from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/minpeter/xlam-function-calling-60k-parsed.texttext-generation10K<n<100K3 likes19k downloads1y agoHugging Face02fireworks-ai /function-calling-eval-dataset-v0The hf dataset contains 2 evaluation datasets single_turn - The converstaion length for this evaluation dataset is 2. It consists of a user ask followed by a function call by assistant. multi_turn - The conversation length is variable here but contains a combination of user messages, assistant function calls, assistant messages & tool responses. Information about the columns tools - List of functions/tools with specs in JSON format. This is the list of functions the model has to choose from… See the full description on the dataset page: https://huggingface.co/datasets/fireworks-ai/function-calling-eval-dataset-v0.textn<1K14 likes11k downloads3y agoHugging Face03argilla /apigen-function-calling Dataset card for argilla/apigen-function-calling This dataset is a merge of argilla/Synth-APIGen-v0.1 and Salesforce/xlam-function-calling-60k, making over 100K function calling examples following the APIGen recipe. Prepare for training This version is not ready to do fine tuning, but you can run a script like prepare_for_sft.py to prepare it, and run the same recipe that can be found in argilla/Llama-3.2-1B-Instruct-APIGen-FC-v0.1#training-procedure. Modify the prompt… See the full description on the dataset page: https://huggingface.co/datasets/argilla/apigen-function-calling.texttext-generation100K<n<1M19 likes9.6k downloads2y agoHugging Face04Locutusque /function-calling-chatml Dataset Card for "function-calling-chatml" Converted glaiveai/Glaive-function-calling-v2 to chatml format. Example entry [ { "from": "system", "value": "You are a helpful assistant with access to the following functions. Use them if required -{\n \"name\": \"create_contact\",\n \"description\": \"Create a new contact\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"The name of the contact\"\n }… See the full description on the dataset page: https://huggingface.co/datasets/Locutusque/function-calling-chatml.text100K<n<1M177 likes6.4k downloads2y agoHugging Face05minpeter /xlam-function-calling-60k-hermestext10K<n<100K1 likes6.2k downloads2y agoHugging Face06product-science /xlam-function-calling-60k-raw XLAM Function Calling 60k Raw Dataset This dataset includes train and test splits derived from Salesforce/xlam-function-calling-60k. Train split size: 95% of the original dataset Test split size: 5% of the original dataset textquestion-answering10K<n<100K3 likes5.8k downloads2y agoHugging Face07thibaud-perrin /hibo-function-calling-v1 hibo-function-calling-v1 📖 Dataset Description This dataset, named "hibo-function-calling-v1", is designed to facilitate the fine-tuning of Large Language Models (LLMs) for function calling tasks. It comprises a single 'train' split containing 323,271 data points across three columns: 'dataset_origin', 'system', and 'chat'. The dataset is a result of merging two distinct sources: gathnex/Gath_baize and glaiveai/glaive-function-calling-v2, with an aim to provide… See the full description on the dataset page: https://huggingface.co/datasets/thibaud-perrin/hibo-function-calling-v1.texttext-generation100K<n<1M1 likes3.1k downloads3y agoHugging Face08MathAndMagic /function-calling function-calling The purpose of this dataset is to give function calling abilities to your LLM. Derived from hypervariance/function-calling-sharegpt with a system prompt cleanup and other minor fixes. Prompt format With functions ## Configuration Functions: enabled ## Available Functions { ... } { ... } --- You are a helpful assistant. Without functions ## Configuration Functions: disabled --- You are a helpful assistant. Function… See the full description on the dataset page: https://huggingface.co/datasets/MathAndMagic/function-calling.text10K<n<100K9 likes2.5k downloads3y agoHugging Face09eitanturok /Salesforce-xlam-function-calling-60ktext10K<n<100K2 likes2.4k downloads2y agoHugging Face10heegyu /glaive-function-calling-v2-formatted original dataset: glaiveai/glaive-function-calling-v2 {'system_message': 'You are a helpful assistant with access to the following functions. Use them if required -', 'function_description': '{\n "name": "get_random_quote",\n "description": "Get a random quote",\n "parameters": {}\n}', 'conversations': [{'content': 'Hi, can you help me with something?', 'role': 'user'}, {'content': "Of course! I'm here to assist you. What do you need help with?", 'role': 'assistant'}… See the full description on the dataset page: https://huggingface.co/datasets/heegyu/glaive-function-calling-v2-formatted.text100K<n<1M12 likes1.8k downloads3y agoHugging Face11togethercomputer /glaive-function-calling-v2-formatted Dataset Card for "glaive-function-calling-v2-formatted" More Information needed text100K<n<1M37 likes1.2k downloads3y agoHugging Face12lilacai /glaive-function-calling-v2-sharegpt Dataset Card for "glaive-function-calling-v2-sharegpt" This dataset takes the glaive/glaive-function-calling-v2 dataset and formats it with ShareGPT using Lilac The accompanying notebook can be found here. The original columns "system" and "chat" still exist on the dataset. There are 4 types of roles in the ShareGPT format: system user human function call The original dataset has a column called 'chat' with the following structure: USER: Hi, I need help with calculating a tip. My… See the full description on the dataset page: https://huggingface.co/datasets/lilacai/glaive-function-calling-v2-sharegpt.text100K<n<1M31 likes1k downloads3y agoHugging Face13AMead10 /Universal-glaive-function-calling-v2 Dataset Card for "Universal-glaive-function-calling-v2" More Information needed text100K<n<1M0 likes942 downloads3y agoHugging Face14Post-training-Data-Flywheel /Salesforce-xlam-function-calling-60ktext10K<n<100K0 likes778 downloads2y agoHugging Face15Archangel-system /glaive-function-calling-v2-openai-native glaive-function-calling-v2-openai-native glaiveai/glaive-function-calling-v2 restructured into the native OpenAI / TRL format: tools is a typed column and tool_calls[].function.arguments is a real object — not JSON inside a string. The original is widely used (69k downloads/month) but inactive for ~3 years, and ships tool calls as <functioncall> text blobs with Python-quoted arguments. Existing repackagings either keep ShareGPT with tools as a string, or carry no license at all.… See the full description on the dataset page: https://huggingface.co/datasets/Archangel-system/glaive-function-calling-v2-openai-native.texttext-generation10K<n<100K1 likes658 downloads9d agoHugging Face16Voxel51 /fiftyone-function-calling-14k FiftyOne Function Calling 14k Dataset Overview This dataset is derived from the FiftyOne documentation and is designed to train AI assistants to understand and answer questions about FiftyOne's functionality. The dataset follows the format specified in the APIGen paper, structuring the data to map natural language queries to appropriate API tools and their usage. Purpose Train AI models to understand FiftyOne-related queries Provide structured examples of… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/fiftyone-function-calling-14k.texttext-generation10K<n<100K10 likes558 downloads1y agoHugging Face17prem-research /Funcdex-MT-Function-Calling Funcdex-MT-Function-Calling Dataset Funcdex-MT-Function-Calling is a multi-turn function calling dataset designed for training language models to interact with real-world tools and APIs. The dataset contains 1,787 conversations covering 10 individual toolkits and 5 multi-toolkit bundles, with comprehensive system prompts and realistic multi-turn interactions.The code used to generate the dataset can be found here. Models trained on this dataset have excellent… See the full description on the dataset page: https://huggingface.co/datasets/prem-research/Funcdex-MT-Function-Calling.imagetext-generation1K<n<10K3 likes512 downloads10mo agoHugging Face18NovachronoAI /Nova-Synapse-Function-Calling 🧠 Nova-Synapse: The High-Density Function Calling Dataset Curated by NovachronoAI 📖 Overview Nova-Synapse is a curated, high-density training corpus designed to transform small Language Models (3B-8B) into State-of-the-Art (SOTA) function-calling agents. Most function-calling datasets suffer from one of two problems: they are either too small to generalize (Hermes) or too noisy/repetitive (Glaive). Nova-Synapse solves this by merging the "Holy Trinity"… See the full description on the dataset page: https://huggingface.co/datasets/NovachronoAI/Nova-Synapse-Function-Calling.texttext-generation100K<n<1M2 likes483 downloads9mo agoHugging Face19driaforall /pythonic-function-calling Pythonic Function Calling Dataset This dataset contains synthetic data used for training Pythonic function calling models Dria-Agent-a-3B and Dria-Agent-a-7B. Dria is a python framework to generate synthetic data on globally connected edge devices with 50+ models. See the network here Dataset Summary The dataset includes various examples of function calling scenarios, ranging from simple to complex multi-turn interactions. It was generated synthetically using the… See the full description on the dataset page: https://huggingface.co/datasets/driaforall/pythonic-function-calling.text10K<n<100K31 likes479 downloads2y agoHugging Face20product-science /xlam-function-calling-60k-raw-augmented XLAM Function Calling 60k Raw Augmented Dataset This dataset includes augmented train and test splits derived from product-science/xlam-function-calling-60k-raw. Train split size: Original size plus augmented data Test split size: Original size plus augmented data Augmentation Details This dataset has been augmented by modifying function names in the original data. Randomly selected function names have underscores replaced with periods at random positions… See the full description on the dataset page: https://huggingface.co/datasets/product-science/xlam-function-calling-60k-raw-augmented.textquestion-answering10K<n<100K2 likes457 downloads2y agoHugging Face21dinushiTJ /gemma-function-calling 👉🏽 Important This dataset is adapted from hypervariance/function-calling-sharegpt to fine-tune the Google gemma-2-2b-it model for function calling. 🔀 Changes Made Merged consecutive "GPT" responses into single responses (affected 8.49% of examples, 7372 out of 86864). Updated role names: "system" → Removed (function usage instructions moved to separate column) "human" → "user" "gpt" → "assistant" "function_response" → Unchanged Changed message keys from ["from"… See the full description on the dataset page: https://huggingface.co/datasets/dinushiTJ/gemma-function-calling.texttext-generation10K<n<100K3 likes456 downloads2y agoHugging Face22Jofthomas /hermes-function-calling-thinking-V1text1K<n<10K79 likes456 downloads2y agoHugging Face23ZeroAgency /gemma3-pythonic-function-tool-calling-v1text100K<n<1M0 likes443 downloads11mo agoHugging Face24rizerphe /glaive-function-calling-v2-llama Glaive's Function Calling V2 for Llama2 Glaive's Function Calling V2 dataset, formatted according to the Llama2 chat schema, with all the data that I wasn't able to automatically convert removed manually. Adds a special <function> token. Here's an example prompt: <s>[INST] <<SYS>> <function>Available functions: <function>{ "name": "generate_password", "description": "Generate a random password with specified criteria", "parameters": { "type": "object"… See the full description on the dataset page: https://huggingface.co/datasets/rizerphe/glaive-function-calling-v2-llama.texttext-generation100K<n<1M22 likes434 downloads3y agoHugging Face25AymanTarig /function-calling-v0.2-with-r1-cotThis dataset is a modified version of Salesforce/xlam-function-calling-60k, incorporating reasoning chains generated by deepseek-ai/DeepSeek-R1-Distill-Llama-8B. text10K<n<100K44 likes367 downloads2y agoHugging Face26allenporter /assist-llm-function-calling Function Calling dataset for Assist LLM for Home Assistant This dataset is generated by using other conversation agent pipelines as teachers from the deivce-actions-v2 dataset. This dataset is used to support fine tuning of llama based models. See Device Actions for a notebook for construction of this dataset and the device-actions dataset. texttext-generation1K<n<10K1 likes360 downloads2y agoHugging Face27madroid /glaive-function-calling-openai OpenAI Function Calling Dataset This dataset contains examples of OpenAI function calling conversations, designed for training and evaluating language models on function calling capabilities. The dataset includes both a comprehensive collection of function calling examples and a curated subset focusing on the most frequently used functions. Dataset Structure The dataset consists of a complete dataset and several test subsets: Complete Dataset Contains all… See the full description on the dataset page: https://huggingface.co/datasets/madroid/glaive-function-calling-openai.text100K<n<1M3 likes331 downloads2y agoHugging Face28MaziyarPanahi /hermes-function-calling-v1-alltext10K<n<100K2 likes308 downloads2y agoHugging Face29open-athena /glm52-datagen-r11-100-agentic-function-calling-pivot-v2-tracestext1K<n<10K1 likes305 downloads1mo agoHugging Face30interstellarninja /glaive-function-calling-2ktext1K<n<10K0 likes303 downloads3y agoHugging Face

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