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
Your work is impressive! I would like to use this model for my own code completion task.I want to know what the training data and target data look like (It would be even better if you could provide examples of the data you initially trained on).
For example, is the training data looks like below?
input_code=''' import pandas as pd<insert>df['res'].value_counts()'''target_code='''import pandas as pddf=pd.read_csv("t.csv")df['res'].value_counts()'''
The text was updated successfully, but these errors were encountered:
Your work is impressive! I would like to use this model for my own code completion task.I want to know what the training data and target data look like (It would be even better if you could provide examples of the data you initially trained on).
For example, is the training data looks like below?
The text was updated successfully, but these errors were encountered: