brian-yu-nexusflow
commited on
Commit
•
58c53b2
1
Parent(s):
72f0f1a
Update README.md
Browse files
README.md
CHANGED
@@ -40,8 +40,6 @@ 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 |
-
Behind the numbers are our two key techniques: data curation via multi-step refinement, and demonstration retrieval augmentation.
|
44 |
-
|
45 |
|
46 |
## NexusRaven model usage
|
47 |
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 |
|
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.
|