Zack Zhiyuan Li
commited on
Commit
•
e6b1fe1
1
Parent(s):
95da376
update
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ tags:
|
|
8 |
- on-device language model
|
9 |
- android
|
10 |
- conversational
|
|
|
11 |
---
|
12 |
|
13 |
# Octopus V1: On-device language model for function calling of software APIs
|
@@ -20,16 +21,14 @@ tags:
|
|
20 |
<a><img src="Octopus-logo.jpeg" alt="nexa-octopus" style="width: 40%; min-width: 300px; display: block; margin: auto;"></a>
|
21 |
</p>
|
22 |
|
23 |
-
## Introducing Octopus-
|
24 |
-
Octopus-
|
25 |
|
26 |
-
📱 **
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
💪 **Function Calling Capabilities**: Octopus-V2-2B is capable of generating individual, nested, and parallel function calls across a variety of complex scenarios.
|
33 |
|
34 |
## Example Use Cases
|
35 |
<p align="center" width="100%">
|
|
|
8 |
- on-device language model
|
9 |
- android
|
10 |
- conversational
|
11 |
+
inference: false
|
12 |
---
|
13 |
|
14 |
# Octopus V1: On-device language model for function calling of software APIs
|
|
|
21 |
<a><img src="Octopus-logo.jpeg" alt="nexa-octopus" style="width: 40%; min-width: 300px; display: block; margin: auto;"></a>
|
22 |
</p>
|
23 |
|
24 |
+
## Introducing Octopus-V1
|
25 |
+
Octopus-V1, a series of advanced open-source language models with parameters ranging from 2B to 7B, represents Nexa AI's breakthrough in AI-driven software API interactions. Developed through meticulous fine-tuning using a specialized dataset from 30k+ RapidHub APIs, Octopus-V1 excels in understanding API structures and syntax. The models leverage conditional masking techniques to ensure precise, format-compliant API calls without compromising inference speed. A novel benchmark introduced alongside Octopus-V1 assesses its superior performance against GPT-4 in software API usage, signifying a leap forward in automating software development and API integration.
|
26 |
|
27 |
+
📱 **Support 30k+ APIs from RapidAPI Hub**: Octopus leverages an extensive dataset derived from over 30,000 popular APIs on RapidAPI Hub. This rich dataset ensures broad coverage and understanding of diverse software API interactions, enhancing the model's utility across various applications.
|
28 |
|
29 |
+
🐙 **Accuracy**: Fine-tuning on models with 2B, 3B, and 7B parameters yields Octopus, which surpasses GPT-4 in API call accuracy. The introduction of a conditional mask further refines its precision, making Octopus highly reliable for software API interactions.
|
30 |
|
31 |
+
🎯 **Conditional Masking**: A novel conditional masking technique is employed to ensure outputs adhere to the desired formats and reduce errors. This approach not only maintains fast inference speeds but also substantially increases the model's accuracy in generating function calls and parameters.
|
|
|
|
|
32 |
|
33 |
## Example Use Cases
|
34 |
<p align="center" width="100%">
|