You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works when I run the same code with HF_HUB_OFFLINE=0, but after the data is downloaded, I turn off the HF hub cache with HF_HUB_OFFLINE=1, and then this error appears.
Is there some place else where MTEB also fetches the data that I need to store?
I am using MTEB 1.26.4 and datasets 2.21.0
The text was updated successfully, but these errors were encountered:
@KennethEnevoldsen Thanks for such quick response and you are correct! I get the same error when I call datasets directly. Do you have any recommendation on how to get around it.
In this case, will 'default' configuration be the correct one? I can make the package editable and get around it by catching the exception.
Hey folks,
I am trying to run this code -
with HF_HUB_OFFLINE=1
But I get the following error -
It works when I run the same code with HF_HUB_OFFLINE=0, but after the data is downloaded, I turn off the HF hub cache with HF_HUB_OFFLINE=1, and then this error appears.
Is there some place else where MTEB also fetches the data that I need to store?
I am using MTEB 1.26.4 and datasets 2.21.0
The text was updated successfully, but these errors were encountered: