You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: