cbert_aug
cbert_aug copied to clipboard
global.config not being used everywhere
Line that copies which dataset (task) we use is commented: https://github.com/1024er/cbert_aug/blob/edf62dbd2917ad4c83c846a46b1ce55651b6749c/finetune_dataset.py#L274
It means that if you clone the repo and run:
python finetune_dataset.py
python aug_dataset.py
you will get an error, because one of the commands runs for rt-polarity and the other for subj dataset.
Besides this, maybe some of the other parameters should be copied from global.config?
Sorry for not being able to respond in time due to busy work.
I have switch the code to a new branch, which is more neat and easy to follow.
Thank you