This repository contains all the code, models, scripts and reports for flagging probable vulnerabilities for the gokube-openshift eco-system
Current non default hyper-parameter flags for training:
--model_name_or_path=bert-base-uncased
--task_name=sst-2
--max_seq_length=512
--do_lower_case
--save_steps=2000
--learning_rate=2.5e-5
--weight_decay=0.0001