Open-source LLM for function calling, outperforming GPT-4 in some cases
Top 71.7% on sourcepulse
NexusRaven-V2 is a 13B parameter open-source LLM designed for advanced function calling, including single, parallel, and nested calls. It aims to provide a commercially viable alternative to proprietary models, offering superior performance on complex function calling tasks and detailed, optional explanations for its generated calls.
How It Works
NexusRaven-V2 leverages a transformer architecture, fine-tuned on a proprietary dataset that does not include outputs from other large language models. Its core strength lies in its ability to interpret natural language queries and translate them into executable Python function calls, including intricate nested and parallel sequences, by understanding function signatures and docstrings.
Quick Start & Requirements
pip install transformers accelerate nexusraven
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
1 week