Traceback (most recent call last):
File "scripts/train_nli_synthetic.py", line 43, in <module>
from gen_debiased_nli.data.nli import load_all_nli_eval_datasets, eval_nli_predictions, get_nli_dataset
File "/mnt/ext/phd/external/gen-debiased-nli/gen_debiased_nli/data/__init__.py", line 3, in <module>
from .fact_check import ALL_FC_NAMES, get_fc_dataset
ModuleNotFoundError: No module named 'gen_debiased_nli.data.fact_check'
When running the provided command to fine tune a model, I get the following error: