j6mes / acl2021-factual-error-correction

ACL 2021
https://jamesthorne.com
Apache License 2.0
26 stars 7 forks source link

fix: finetune fever path #6

Closed JudePark96 closed 3 years ago

JudePark96 commented 3 years ago

As I mentioned at https://github.com/j6mes/acl2021-factual-error-correction/issues/5#issuecomment-877628797, I think finetune_fever module doesn't exist. But error_correction.classifier.run might be same as finetune_fever.

So, I replaced python -m error_correction.modelling.finetune_fever to python -m error_correction.classifier.run in finetune_fever.sh Also I added from error_correction.modelling.classifier_module import FEVERClassifierModule in error_correction.classifier.run.py.

In my environment, It worked well.

j6mes commented 3 years ago

Thanks. Fixes #5