I am training a bert model using a TPU vm on GCP.
I want to use my bucket as the Datasets library Cache filepath. I have followed instructions from
https://cloud.google.com/tpu/docs/tutorials/bert-2.x and set my bucket link in the HF_DATASETS_CACHE
environment variable.
But I am getting this error : Exception in device=TPU:0: [Errno 2] No such file or directory: 'gs:/darijabert_bucket/datasets_Cache
my HF_DATASETS_CACHE
is set to gs://darijabert_bucket/datasets_Cache
Thanks