Skip to content

FudanSELab/ZEROVAR

Repository files navigation

CodeLM-Prompt

Research works upon pre-trained code language models and prompt tuning

0. Environment

  • initialize python env
    conda create -n codelm python=3.8
    pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
    pip install -r requirements.txt
  • link data folder
    ln -s ~/Data/CodeLM-Prompt data
    sudo chmod 777 -R data

1. Abbreviation Expansion

2. Variable Explanation

Evaluating the performances of the pre-trained LMs for generating explanations for variables

Releases

No releases published

Packages

No packages published

Languages