CodeSearchNet
CodeSearchNet copied to clipboard
Datasets, tools, and benchmarks for representation learning of code.
In the Dockerfile of function-parser, the script downloads tree-sitter==0.0.5, however, the language parser repositories are updated, which leads to conflicts, please add the `git checkout` command for each language parser.
I have noticed the usage of the files *_dedupe_definitions_v2.pkl when using predict.py However, I cannot find the code to build the files *_dedupe_definitions_v2.pkl how should I build those files? what...
The description in `Setup`: `The datasets you will download (most of them compressed) have a combined size of only ~ 3.5 GB`. The description in `Downloading Data from S3`: `The...
What is the difference between the Original_String and code fields? The readme show: `code: the part of the original_string that is code` What else does an Original String include besides...
I want to try the function parser in `CodeSearchNet/function_parser/` folder. But I don' know how to use it. The guide in the README is How to run the notebook `script/bootstrap`...
Hi there! In the function corresponding to NDCG calculation I noticed that `ignore_rank_of_non_annotated_urls` flag is present. https://github.com/github/CodeSearchNet/blob/76a006fda591591f196fd0aef1d6282af3135f71/src/relevanceeval.py#L76 The question is: are your results in the paper calculated with `ignore_rank_of_non_annotated_urls=True`?
I tried to execute the predict.py script but I have got the following error: Traceback (most recent call last): File "predict.py", line 56, in from annoy import AnnoyIndex ModuleNotFoundError: No...
I have tried to execute the scripts to run the dockers images such as docker run -v $(pwd):/home/dev preprocessing However, I have got the following: standard_init_linux.go:219: exec user process caused:...
Hello, I tried cloning this repo. Got the following error: error: invalid path 'benchmarks/02-Feb-20-16:33_github_g2od7jac.json' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what...