Merge branch 'main' of https://huggingface.co/NexaAIDev/Octopus-v4
Browse files
README.md
CHANGED
|
@@ -18,8 +18,9 @@ language:
|
|
| 18 |
## Octopus V4
|
| 19 |
<p align="center">
|
| 20 |
- <a href="https://www.nexa4ai.com/" target="_blank">Nexa AI Website</a>
|
| 21 |
-
- <a href="https://
|
| 22 |
- <a href="https://arxiv.org/abs/2404.01744" target="_blank">ArXiv</a>
|
|
|
|
| 23 |
</p>
|
| 24 |
|
| 25 |
<p align="center" width="100%">
|
|
@@ -64,7 +65,6 @@ question = "Tell me the result of derivative of x^3 when x is 2?"
|
|
| 64 |
|
| 65 |
inputs = f"<|system|>You are a router. Below is the query from the users, please call the correct function and generate the parameters to call the function.<|end|><|user|>{question}<|end|><|assistant|>"
|
| 66 |
|
| 67 |
-
print(inputs)
|
| 68 |
print('\n============= Below is the response ==============\n')
|
| 69 |
|
| 70 |
# You should consider to use early stopping with <nexa_end> token to accelerate
|
|
|
|
| 18 |
## Octopus V4
|
| 19 |
<p align="center">
|
| 20 |
- <a href="https://www.nexa4ai.com/" target="_blank">Nexa AI Website</a>
|
| 21 |
+
- <a href="https://github.com/NexaAI/octopus-v4" target="_blank">Octopus-v4 Github</a>
|
| 22 |
- <a href="https://arxiv.org/abs/2404.01744" target="_blank">ArXiv</a>
|
| 23 |
+
- <a href="https://graph.nexa4ai.com/" target="_blank">Graph demo</a>
|
| 24 |
</p>
|
| 25 |
|
| 26 |
<p align="center" width="100%">
|
|
|
|
| 65 |
|
| 66 |
inputs = f"<|system|>You are a router. Below is the query from the users, please call the correct function and generate the parameters to call the function.<|end|><|user|>{question}<|end|><|assistant|>"
|
| 67 |
|
|
|
|
| 68 |
print('\n============= Below is the response ==============\n')
|
| 69 |
|
| 70 |
# You should consider to use early stopping with <nexa_end> token to accelerate
|