A 2k sample dataset for testing tool calling (text+tools) format. This is compatible with HF's processor apply_chat_template.
Load in Axolotl via:
datasets:
Each sample has the following format and is repeated 2k times:
{"tools": [{"type": "function", "function": {"name": "factors", "description": "Generates a list of all the factors of a number that are less than a given limit.", "parameters": {"type": "object", "properties":… See the full description on the dataset page:
https://huggingface.co/datasets/axolotl-ai-co/text-tools-2k-test.