-
I encountered an issue while reproducing your project. I understand that in the BertGGCN class, the output value x of conv is the probability value from the softmax, and cls_logit is the binary output…
-
I appears Microsoft have a neat little BERT model for code search and basic comment generation, code translation, and simple refactoring. With faster inference in C++, perhaps someone can make a neat …
-
CodeBERT_Launch fails in eval_prep.py while opening files test_1.gold and test_1.output since it cannot find these files.
-
I tried to run the code smell detection experiment and I found the macro f1 score and the micro f1 score are both above 82%. But the paper report it with 71.2% for CodeBERT. Can the author help explai…
-
-
Would it be possible to release the evaluation scripts of baselines for CodeSage including CodeBert, Starencoder and so on? It seems that the evaluation script for CodeSage cannot be directly used to …
-
Hello,
I have fit the BERTopic model using CUML's HDBSCAN and UMAP. I used `microsoft/codebert-base` on huggingface as the embedding model like this:
```python
model = pipeline("feature-extractio…
-
This results in conflict of class name. Is that right?
main.py instances the class EL_CoderBert, and EL_CodeBert reinitialize other EL_CodeBert, but they are not the same one.. So?
-
Hi,
I am trying to run mBERT on my machine but here comes an error,
cmd@zkti:/mnt/disk1/cmd/mBERT$ ./mBERT.sh -in=/mnt/disk1/cmd/defects4j_fixed/Chart/Chart_1_fixed/source/org/jfree/chart/annotation…
-
Hello,
Thanks for this awesome work! I am trying to extract the attribution score for a source code-related task. Basically, we use CodeBERT from huggingface to get the code snippet embedding and …