Replies: 2 comments 1 reply
-
Hi! You can easily share the dataset by pushing it to the Hub ( # push to the Hub
ds.push_to_hub(f"{org_name}/{ds_name}", private=True)
# load from the Hub
ds = load_dataset(f"{org_name}/{ds_name}", use_auth_token=True) |
Beta Was this translation helpful? Give feedback.
1 reply
-
have you tried creating symbolic links using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to share the datasets cache (and transformer models cache) to different users in ubuntu. I try to use the same cache location, but got the permission errors for the lock file.
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions