dessertlab / EVIL

EVIL (Exploiting software VIa natural Language) is an approach to automatically generate software exploits in assembly/Python language from descriptions in natural language. The approach leverages Neural Machine Translation (NMT) techniques and a dataset that we developed for this work.
GNU General Public License v3.0
26 stars 3 forks source link

CodeBERT_Launch fails #2

Open ghostpepper108 opened 9 months ago

ghostpepper108 commented 9 months ago

CodeBERT_Launch fails in eval_prep.py while opening files test_1.gold and test_1.output since it cannot find these files.

taisazero commented 9 months ago

What is in your folder /model/finetuned_model/encoder/? Is it empty or does it not exist?

ghostpepper108 commented 9 months ago

I actually used decoder and not encoder. It was empty. After the training when the evaluate.sh is run by the script, "file not found" error is thrown and then exits the program.