Deduce dataset_code from folder in the run_template.py from the preprocessing
I think this is more secure.
Somewhere in the utils we can add the function:
def get_last_folder_name(__file__):
return os.path.dirname(os.path.abspath(__file__)).rstrip("/").split("/")[-1]