Edit model card

TinyAgent: Function Calling at the Edge

Get the desktop appโ€Ž โ€Ž | Read the blog post

Thumbnail

TinyAgent aims to enable complex reasoning and function calling capabilities in Small Language Models (SLMs) that can be deployed securely and privately at the edge. Traditional Large Language Models (LLMs) like GPT-4 and Gemini-1.5, while powerful, are often too large and resource-intensive for edge deployment, posing challenges in terms of privacy, connectivity, and latency. TinyAgent addresses these challenges by training specialized SLMs with high-quality, curated data, and focusing on function calling with LLMCompiler. As a driving application, TinyAgent can interact with various MacOS applications, assisting users with day-to-day tasks such as composing emails, managing contacts, scheduling calendar events, and organizing Zoom meetings.

Model Developers: Squeeze AI Lab at University of California, Berkeley.

Variations: TinyAgent models come in 2 sizes: TinyAgent-1.1B and TinyAgent-7B

License: MIT

Demo

TinyAgent Demo

How to Use

Please see our Github for details on how to use TinyAgent models. TinyAgent models can be used programmatically or through our user interface.

Training Details

Dataset: We curated a dataset of 40,000 real-life use cases. We use GPT-3.5-Turbo to generate real-world instructions. These are then used to obtain synthetic execution plans using GPT-4-Turbo. Please check out our blog post for more details on our dataset.

Fine-tuning Procedure: TinyAgent models are fine-tuned from base models. Below is a table of each TinyAgent model with its base counterpart

Model Success Rate
GPT-3.5-turbo 65.04%
GPT-4-turbo 79.08%
TinyLLama-1.1B-32K-Instruct 12.71%
WizardLM-2-7b 41.25%
TinyAgent-1.1B + ToolRAG / [hf] [gguf] 80.06%
TinyAgent-7B + ToolRAG / [hf] [gguf] 84.95%

Using the synthetic data generation process described above, we use parameter-efficient fine-tuning with LoRA to fine-tune the base models for 3 epochs. Please check out our (blog post)[https://bair.berkeley.edu/blog/2024/05/29/tiny-agent/] for more details on our fine-tuning procedure.

๐Ÿ› ๏ธ ToolRAG

When faced with challenging tasks, SLM agents require appropriate tools and in-context examples to guide them. If the model sees irrelevant examples, it can hallucinate. Likewise, if the model sees the descriptions of the tools that it doesnโ€™t need, it usually gets confused, and these tools take up unnecessary prompt space. To tackle this, TinyAgent uses ToolRAG to retrieve the best tools and examples suited for a given query. This process has minimal latency and increases the accuracy of TinyAgent substantially. Please take a look at our (blog post)[https://bair.berkeley.edu/blog/2024/05/29/tiny-agent/] and our ToolRAG model for more details.

Links

Blog Post: https://bair.berkeley.edu/blog/2024/05/29/tiny-agent/

Github: https://github.com/SqueezeAILab/TinyAgent

Downloads last month
21
Safetensors
Model size
1.1B params
Tensor type
F32
ยท
Inference Examples
Inference API (serverless) has been turned off for this model.