update model card
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ Fireplace-13b specializes in function calling and code instruct/chat.
|
|
36 |
|
37 |
See [CodeLlama-13b-Instruct-hf](codellama/CodeLlama-13b-Instruct-hf) for code capabilities of the base model.
|
38 |
|
39 |
-
For function calling in this version of the model, the recommended format is taken from [the training dataset](https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2). Assistant can make function calls, which are given between
|
40 |
|
41 |
|
42 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f267a8a4f79a118e0fcc89/WTX8qlnXXw2PQ9t6OI1VB.png)
|
@@ -59,10 +59,14 @@ For handling of function call responses, append "FUNCTION RESPONSE: " to the exi
|
|
59 |
|
60 |
Fireplace is optimized for function/code capabilities and not general chat, but it has also been trained to utilize general instruct-chat capabilities:
|
61 |
|
|
|
62 |
SYSTEM: You are a helpful assistant.
|
|
|
63 |
USER: user chat input
|
|
|
64 |
ASSISTANT:
|
65 |
|
|
|
66 |
The model may be subject to errors and limitations, including those of the base model and dataset. We offer Fireplace-13b as open source for all to use. The user is responsible for all outputs.
|
67 |
|
68 |
|
|
|
36 |
|
37 |
See [CodeLlama-13b-Instruct-hf](codellama/CodeLlama-13b-Instruct-hf) for code capabilities of the base model.
|
38 |
|
39 |
+
For function calling in this version of the model, the recommended format is taken from [the training dataset](https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2). Assistant can make function calls, which are given between \<functioncall> and <|endoftext|>:
|
40 |
|
41 |
|
42 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f267a8a4f79a118e0fcc89/WTX8qlnXXw2PQ9t6OI1VB.png)
|
|
|
59 |
|
60 |
Fireplace is optimized for function/code capabilities and not general chat, but it has also been trained to utilize general instruct-chat capabilities:
|
61 |
|
62 |
+
|
63 |
SYSTEM: You are a helpful assistant.
|
64 |
+
|
65 |
USER: user chat input
|
66 |
+
|
67 |
ASSISTANT:
|
68 |
|
69 |
+
|
70 |
The model may be subject to errors and limitations, including those of the base model and dataset. We offer Fireplace-13b as open source for all to use. The user is responsible for all outputs.
|
71 |
|
72 |
|