Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 543 Bytes

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