-
Hello, could you please tell me that did you use the same dataset as that shown in the link https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text for the Natural Language Code Search…
-
Hi,
I am an researched on code retrieval and I want to reproduce your work for research purpose.
I fine-tuned your codesearch model and I run the run_classifier.py to get the test result.
But…
-
Hi there, I got an error: `RuntimeError: CUDA out of memory. Tried to allocate 12.00 MiB (GPU 0; 10.76 GiB total capacity; 9.85 GiB already allocated; 6.25 MiB free; 9.90 GiB reserved in total by PyTo…
-
Hi,
I was running the example described in section CodeBERT/GraphCodeBERT/translation to convert Java to C#.
However, after the training epoch is concluded, the program does not seem to finalize…
-
Hello!
Is [this](https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104) method of finetuning codebert useful for unlabelled data set ?
-
Since the tokenization on all the dataset takes a lot of time, I have decided to create a small dataset with only 10-20 of the json.gz files. Once training starts, it gives the following error. Is it …
-
Hello I managed to finetune codebert for the codesearch task, and I was wondering how I could use the model.bin I just created to perform codesearch on my own natural langage queries.
So the mode…
-
Hello I saw that the codesearch task had an inference cost of about 7 min for the AdvTest and I was wondering how do you compute that ?
Is it the time you got using a single query on 2x P100 or on…
-
I am confused, does this new pipeline only change the number of epochs and batch size compared to the old pipeline (CodeBERT/code2nl) ? I just want to confirm, thank you.
![image](https://user-images…
-
Hello I managed to finetune codebert for the codesearch task, and I was wondering how I could use the model.bin I just created to perform codesearch on my own natural langage queries.
So the mode…