Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Functions with original comments #246

Open
timvandam opened this issue Jan 25, 2023 · 0 comments
Open

Functions with original comments #246

timvandam opened this issue Jan 25, 2023 · 0 comments

Comments

@timvandam
Copy link

I am looking to use CodeSearchNet to train a code completion model that takes the current code as input and predicts the next token. However, the CodeSearchNet data does not appear to contain the raw comments, making it impossible to re-construct the original code (i.e. it is impossible to tell whether the original comment was a single-line comment or multi-line comment for Java, JavaScript, etc)

Is this data available somewhere, or is my best bet to simply put the plain-text comments inside a multi-line comment block for every sample?

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

No branches or pull requests

1 participant