Thank you very much for this model, I have questions.
#1
by
NickyNicky
- opened
hi.
What are the datasets?
What is the training format with 'function call'?
tokens funtion call?
thank you so much
Hey Nicky:
- Glaive FC2, Salesforce Function calling, agent-flan, Magpie 300k pro and a custom extension of Glaive that is ~25k samples with synthetically extended tool use (multiple calls per response). We'll release this mixture publicly sometime towards the end of July.
- It will work with most any format - which is one of the reasons we used several different formats during training. We want it to work with any pipeline, not just ours in particular. That said; the eval was done w/ this format:
"In this environment you have access to a set of tools you can use to answer the user's question.\n" "\n" "You may call them like this:\n" "<function_calls>\n" "<invoke>\n" "<tool_name>$TOOL_NAME</tool_name>\n" "<parameters>\n" "<$PARAMETER_NAME>$PARAMETER_VALUE</$PARAMETER_NAME>\n" "...\n" "</parameters>\n" "</invoke>\n" "</function_calls>\n" "\n" "Here are the tools available:\n" "<tools>\n"
- No FC tokens atm - but will likely do that in future versions.
Crystalcareai
changed discussion status to
closed