ToolBench is an open platform for training, serving, and evaluating large language models that retrieve and call real-world APIs to complete user instructions. It provides an API-aware inference engine that selects relevant tools from a large corpus and generates sequences of tool calls to produce final answers, along with a custom API registration system that lets users add their own REST endpoints for the model to discover and invoke.
Die Hauptfunktionen von openbmb/toolbench sind: API Retrieval-Augmented Generations, Tool-Use Training, Tool-Use Instruction Tuning, Instruction Tuning Pipelines, API-Aware Inference Engines, Tool-Use Performance Evaluators, Tool-Augmented Serving Frameworks, Tool Call Data Generators.
Open-Source-Alternativen zu openbmb/toolbench sind unter anderem: microsoft/jarvis — JARVIS is a system for large language model task orchestration, deployment management, and automation benchmarking. It… shizhl/confucius — This project aims to teach large language models (LLMs) to use external tools, enabling them as agents to for… ailab-cvc/gpt4tools — GPT4Tools is an intelligent system that can automatically decide, control, and utilize different visual foundation… evolvinglmms-lab/otter — Otter is a framework and toolkit for the pretraining, fine-tuning, and evaluation of vision-language models. It… allenai/open-instruct — Open-Instruct is a distributed training and instruction tuning framework for large language models. It functions as a… gen-verse/openclaw-rl — OpenClaw-RL is a reinforcement learning framework for training large language model agents. It provides a system for…
JARVIS is a system for large language model task orchestration, deployment management, and automation benchmarking. It utilizes a task orchestrator to decompose complex requests into actionable steps and coordinates various expert models to synthesize final responses. The project includes an AI model deployment manager to handle the local deployment of expert models across different hardware scales. It further provides an AI workflow API consisting of web endpoints used to trigger automated task workflows and retrieve results from model selection stages. The framework incorporates an automat
This project aims to teach large language models (LLMs) to use external tools, enabling them as agents to for practical task planning and tool calling. To achieve this, we propose the "Iterative Tool Learning from Introspection Feedback by Easy-to-Difficult Curriculum". Here is the brief…
GPT4Tools is an intelligent system that can automatically decide, control, and utilize different visual foundation models, allowing the user to interact with images during a conversation.
Otter is a framework and toolkit for the pretraining, fine-tuning, and evaluation of vision-language models. It provides a pipeline for training large language models to process high-resolution images and video frames, integrating visual encoders with textual token spaces. The system is designed for multi-visual input processing, allowing models to interpret multiple images or video sequences within a single prompt. It supports multi-round conversation management to maintain context across interactions for detailed scene comprehension and visual reasoning. The framework covers a full develop