Skip to content

hi , How can I preprocess my data to this ? #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
moonmoonbird811 opened this issue Nov 22, 2024 · 0 comments
Open

hi , How can I preprocess my data to this ? #7

moonmoonbird811 opened this issue Nov 22, 2024 · 0 comments

Comments

@moonmoonbird811
Copy link

for multi-turn data, your data should contain messages format, an example:

{
"id": ...,
"messages":
[
{
"role":"user",
"content": ...,
},
{
"role":"assistant",
"content": ...,
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant