microsoft / PyCodeGPT

A pre-trained GPT model for Python code completion and generation
MIT License
266 stars 44 forks source link

Could you clarify how to get `data/Cleaned-Private-Code-Files`? #23

Open lifelongeeek opened 9 months ago

lifelongeeek commented 9 months ago

From logic diagram between data and code for apicoder, it seems that data/Cleaned-Private-Code-Files is needed in advance before running APIRetriever/scripts/run_extract_apiretriever_corpus.sh.

image

However, this is not provided by default and I couldn't find script to generate these files. Could you clarify how to get data/Cleaned-Private-Code-Files?

LuYujing-97 commented 4 months ago

I also have this question, did you find how to down Cleaned-Private-Code-Files?