Commit
·
a02f6da
1
Parent(s):
be631f4
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,11 +13,15 @@ tags:
|
|
| 13 |
---
|
| 14 |
# Function Calling Fine-tuned Llama 2 Chat
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
|
| 18 |
Check out other fine-tuned function calling models [here](https://trelis.com/function-calling/).
|
| 19 |
|
| 20 |
## Inference Scripts
|
|
|
|
|
|
|
| 21 |
Out-of-the-box inference scripts are available for purchase [here](https://trelis.com/enterprise-server-api-and-inference-guide/).
|
| 22 |
|
| 23 |
## Prompt Format
|
|
|
|
| 13 |
---
|
| 14 |
# Function Calling Fine-tuned Llama 2 Chat
|
| 15 |
|
| 16 |
+
This model is fine-tuned for function calling.
|
| 17 |
+
- The function metadata format is the same as used for OpenAI.
|
| 18 |
+
- The model is suitable for commercial use and is licensed with the Llama 2 Community license.
|
| 19 |
|
| 20 |
Check out other fine-tuned function calling models [here](https://trelis.com/function-calling/).
|
| 21 |
|
| 22 |
## Inference Scripts
|
| 23 |
+
See below for sample prompt format.
|
| 24 |
+
|
| 25 |
Out-of-the-box inference scripts are available for purchase [here](https://trelis.com/enterprise-server-api-and-inference-guide/).
|
| 26 |
|
| 27 |
## Prompt Format
|