Short dataset name

I see that there are two id conventions for datasets on the hub. In particular, some datasets require username as part of dataset id, for example:

load_dataset('my-user/my-dataset')

and some do not, for example for some datasets you just type:

load_dataset('my-dataset')

Is it possible to enable such shorter id convention for my own dataset?

The latter is a legacy format (see Share a dataset using the CLI). We no longer add “no namespace” datasets to the Hub and the existing ones are in the maintenance mode.

1 Like