-
I've implemented some basic embedding and question ranking functionality.
# Embedding
https://github.com/josepablocam/changestructor/blob/master/chg/embed/basic.py
uses Microsoft's CodeBERT model…
-
I am trying to get the shap values for the masked language modeling task using transformer. I get the error KeyError: 'label' for the code where I input a single data sample to get the explanation. My…
-
Hi, I have some issues when using DeepSpeed for mixed precision training (fp16 with dynamic scaling). I would genuinely appreciate it if you could please give me some help on this issue.
Currently,…
-
Hi @NougatCA,
Some of the models evaluated in the empirical study are not available on huggingface (CuBERT [[12]](https://arxiv.org/abs/2001.00059), GPT-C [[14]](https://arxiv.org/abs/2005.08025), …
-
When running TOGA with the provided datasets, for example the `evosuite_reaching_tests`, TOGA generates two pairs of files:
- `except_model_inputs.csv` and `exception_preds.csv`;
- `assert_model_inp…
-
- https://arxiv.org/abs/2105.13239
- 2021 ACL
自然言語によるクエリでコードを検索することは、ソフトウェア開発者の生産性を向上させるのに役立ちます。
しかし、クエリとコードの意味的なマッチングを向上させるためには、より豊富な教師付きトレーニング・リソースが必要です。
この問題を解決するために、我々はCoSQAを導入した。
このhttpのUR…
e4exp updated
3 years ago
-
Hi,
I am trying to follow the instruction in dobf.md to evaluate Transcoder_model_1.pth on Clone detection. After I run following command, the error related to reloading the model appears. I wonder i…
-
Due to the fact, that OpenAI chose to not accept prepaid-creditcards anymore. (This is a microsoft-thing...)
I cannot use the OpenAI-API anymore.
Langchain is automatically used to use the Embeddi…
-
There is a list of possible tools one can work on adding to Cerberus in order to increase the breadth of the framework.
* [KNOD](https://github.com/lin-tan/knod)
* [CURE](https://github.com/lin-ta…
-
I use command like “{java -cp JavaExtractor-0.0.1-SNAPSHOT.jar JavaExtractor.App --max_path_length 8 --max_path_width 2 --dir test.java >file.txt }“ ,then use ”{python3 code2vec.py --load models/java1…