victormiller
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -44,9 +44,9 @@ We utilized the following datasets:
|
|
44 |
| Avg Score | 58.88 | 61.30 |
|
45 |
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
Our model reuses [K2-Chat](https://huggingface.co/LLM360/K2-Chat) as the prompt format and is specifically trained for function calling. Different system prompts enable different ways to interact with this model. Note that the two modes are currently mainly tested individually, designing prompts that make them work togehter is possible but currently untested. It should be also possible to stimulate the model to produce function call behavior by injecting special token `<tool_call>` and expect the model to finish it. In this guide we mention the intended basic usage of the model.
|
51 |
|
52 |
## Conversational Chats
|
|
|
44 |
| Avg Score | 58.88 | 61.30 |
|
45 |
|
46 |
|
47 |
+
# Function Calling
|
48 |
|
49 |
+
## Chat Template
|
50 |
Our model reuses [K2-Chat](https://huggingface.co/LLM360/K2-Chat) as the prompt format and is specifically trained for function calling. Different system prompts enable different ways to interact with this model. Note that the two modes are currently mainly tested individually, designing prompts that make them work togehter is possible but currently untested. It should be also possible to stimulate the model to produce function call behavior by injecting special token `<tool_call>` and expect the model to finish it. In this guide we mention the intended basic usage of the model.
|
51 |
|
52 |
## Conversational Chats
|