How to use Function Calling datasets #1353
Replies: 1 comment 1 reply
-
I think you gotta come up with a scheme to include it in the system prompt |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to use this dataset for Function Calling: https://huggingface.co/datasets/togethercomputer/glaive-function-calling-v2-formatted/
I think the
messages
column can be treated aspygmalion
orsharegpt.load_role
. Maybe thetools
column can be treated asinput
type? I have 2 issues:messages
usesrole
andcontent
instead ofrole/value
as it is required undersharegpt.load_role
type. Is there an easy way to rename the field(s)?tools
column?Many thanks
TEXT
MESSAGES
TOOLS
Beta Was this translation helpful? Give feedback.
All reactions