Thank you very much for this model, I have questions.

#1
by NickyNicky - opened

hi.

  1. What are the datasets?

  2. What is the training format with 'function call'?

  3. tokens funtion call?

thank you so much

Hey Nicky:

  1. 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.
  2. 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"
  3. No FC tokens atm - but will likely do that in future versions.
Crystalcareai changed discussion status to closed

Sign up or log in to comment