Hello Everyone,
I have implemented a custom loader for my data and I’ve realized that HF creates a copy of my loader file (.py) into my home .cache, and that’s the file that is executed and not the one that I have in my workspace. I just wanted to ask for the reason of this behavior and most importantly how I can change the location where HF copy this file. I don’t want it to be in my home. I tried with the cache_dir argument of the function load_dataset and also the cache_dir of the download_config, but neither of them works for this. Any help will be greatly appreciated.
Thanks,
Emilio