Skip to content

Samsung/NLC2CMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The NLC2CMD competition@NeurIPS 2020

Training models

  1. Install libraries: pytorch, fairseq
    pip install -r requirements.txt
  2. Download NL2Bash data and AInix data in train/data directory
  3. Setup submodule TellinaTool ./0.setup_submodule.sh
  4. Convert the file format of AInix
    ./1.convert_ainix_data.sh (make a sh file for doing 2, 3, and 4 at once)
  5. Run preprocess
    ./2.preprocess.sh
  6. Train template predictor
    ./3.train_template_predictor.sh
  7. Train argument predictor
    ./4.train_argument_predictor.sh

Releases

No releases published

Packages

No packages published