Skip to content
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

How to build a fine-tuning dataset for code completion? #35

Open
FWLamb opened this issue Jul 23, 2024 · 0 comments · May be fixed by #44
Open

How to build a fine-tuning dataset for code completion? #35

FWLamb opened this issue Jul 23, 2024 · 0 comments · May be fixed by #44

Comments

@FWLamb
Copy link

FWLamb commented Jul 23, 2024

I want to implement code completion based on the company's self-developed component source code fine-tuning model. How should I build the dataset?
Is instruction based dialogue generation code built in this form?
{
"input":"#write a quick sort algorithm"
"output":"your quick sort algorithm code"
}
How to build a dataset based on code Insertion?(FIM)

@Muhtasham Muhtasham linked a pull request Jan 29, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant