wasiahmad / PLBART

Official code of our work, Unified Pre-training for Program Understanding and Generation [NAACL 2021].
https://arxiv.org/abs/2103.06333
MIT License
186 stars 35 forks source link

About 'cbart' in pretrain/binarize.sh #17

Closed LeeSureman closed 3 years ago

LeeSureman commented 3 years ago

Hello, I'm trying to run the pretraining experiment of PLBART. But I find that there is a 'cbart' dir in binarize (cbart/sentencepiece.bpe.model), I wonder whether the 'cbart' in the bash file should be replaced by '$SPM_DIR'.

wasiahmad commented 3 years ago

Yes, fixed the issue. Thanks for pointing it out.