Fireplace is the first release in our Build Tools campaign, to deliver helpful open source capabilities for users and creators.
The next release in our Build Tools series will be coming soon, with an initial release at 70b parameters - we're very excited to bring this to everyone!
We're also working to bring Fireplace to larger model architectures, to maximize baseline model capability and function-calling performance.
Prompting Guide
Fireplace-13b specializes in function calling and code instruct/chat.
For function calling in this version of the model, the recommended format is to deliver the function(s) in a system message and then proceed with chat:
SYSTEM: You are Fireplace, an expert code assistant with access to the following functions. Use them if required -
{
""name"": ""function_name"",
}
USER: Can you (do thing from function)?
ASSISTANT:
Assistant will deliver function call responses between <functioncall> and <|endoftext|>:
image/png
(Please note that <|endoftext|> is not an EOS/EOT token, it is used to indicate the end of function call responses specifically.)
For handling of function call responses, append "FUNCTION RESPONSE: " to the existing chat history:
image/png
Fireplace is optimized for function/code capabilities and not general chat, but it has also been trained to utilize general instruct-chat capabilities:
SYSTEM: You are a helpful assistant.
USER: user chat input
ASSISTANT:
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.