def download_custom_data()

in evals/eval/evaluate.py [0:0]


def download_custom_data():
    print("Downloading Flores dataset")
    os.makedirs(CUSTOM_DATA_DIR, exist_ok=True)
    subprocess.run(["bash", FLORES_PATH, CUSTOM_DATA_DIR])