brian-yu-nexusflow
commited on
Commit
•
adcb9ce
1
Parent(s):
aa95e41
Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,11 @@ NexusRaven is an open-source and commercially viable function calling LLM that s
|
|
40 |
|
41 |
🔥 Commercially Permissive: The training of NexusRaven-13B does not involve any data generated by proprietary LLMs such as GPT-4. You have full control of the model when deployed in commercial applications.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
## NexusRaven model usage
|
45 |
NexusRaven accepts a list of python functions. These python functions can do anything (including sending GET/POST requests to external APIs!). The two requirements include the python function signature and the appropriate docstring to generate the function call.
|
|
|
40 |
|
41 |
🔥 Commercially Permissive: The training of NexusRaven-13B does not involve any data generated by proprietary LLMs such as GPT-4. You have full control of the model when deployed in commercial applications.
|
42 |
|
43 |
+
<p align="center" width="100%">
|
44 |
+
<a><img src="cache/Retrieval-augmented_Evaluation.png" alt="NexusRaven" style="width: 80%; min-width: 300px; display: block; margin: auto;"></a>
|
45 |
+
<a><img src="cache/Zero-shot_Evaluation.png" alt="NexusRaven" style="width: 80%; min-width: 300px; display: block; margin: auto;"></a>
|
46 |
+
</p>
|
47 |
+
|
48 |
|
49 |
## NexusRaven model usage
|
50 |
NexusRaven accepts a list of python functions. These python functions can do anything (including sending GET/POST requests to external APIs!). The two requirements include the python function signature and the appropriate docstring to generate the function call.
|