TinyAgent: Function Calling at the Edge
About
Recent large language models (LLMs) have enabled the development of advanced agentic systems that can integrate various tools and APIs to fulfill user queries through function calling. However, the deployment of these LLMs on the edge has not been explored since they typically require cloud-based infrastructure due to their substantial model size and computational demands. To this end, we present TinyAgent, an end-to-end framework for training and deploying task-specific small language model agents capable of function calling for driving agentic systems at the edge. We first show how to enable accurate function calling for open-source models via the LLMCompiler framework. We then systematically curate a high-quality dataset for function calling, which we use to fine-tune two small language models, TinyAgent-1.1B and 7B. For efficient inference, we introduce a novel tool retrieval method to reduce the input prompt length and utilize quantization to further accelerate the inference speed. As a driving application, we demonstrate a local Siri-like system for Apple's MacBook that can execute user commands through text or voice input. Our results show that our models can achieve, and even surpass, the function-calling capabilities of larger models like GPT-4-Turbo, while being fully deployed at the edge. We open-source our dataset, models, and installable package and provide a demo video for our MacBook assistant agent.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Function Selection | TinyAgent | Function Selection Accuracy53.2 | 50 | |
| Function Selection | TaskBench HuggingFace | Function Selection Accuracy56.9 | 45 | |
| Function Selection | TaskBench Multimedia | Function Selection Acc58.2 | 36 | |
| Function Selection | TaskBench DailyLife | Function Selection Accuracy60.4 | 36 | |
| Function Calling | TB-HF | FSA56.9 | 18 | |
| Function Calling | TB-MM | FSA58.2 | 18 | |
| Tool Retrieval and Function Selection | Taskbench-HF | MRR0.53 | 18 | |
| Function Calling | TinyAgent | FSA0.522 | 18 | |
| Function Calling | TB-DL | FSA60.4 | 18 | |
| Tool Retrieval and Function Selection | Taskbench-MM | Function Selection Accuracy21 | 9 |