Update datasets getting started to new git security

Hello, I am new here and not sure where to report this small bug/update. If you could point me to the right direction, I would be very grateful.

When following the ā€˜getting startedā€™ on how to create a dataset it contains a deprecated link to clone the repository. Instead of

git clone the/https/link/thats/in/here/currently

It should read:

Add ssh key to your huggingface profile (link-to-docs/hub/security-git-ssh)
git clone git@hf.co:datasets/namespace/your_dataset_name

Thanks!

New users can only reference a max. of two links. So hereā€™s the links:

git clone the/https/link/thats/in/here/currently
ā†’ git clone https://huggingface.co/datasets/namespace/your_dataset_name

and
link-to-docs/hub/security-git-ssh
ā†’ Git over SSH

I opened docs: add reference Git over SSH by severo Ā· Pull Request #6499 Ā· huggingface/datasets Ā· GitHub to update the docs. Feel free to comment there.

Docs updated: Share a dataset using the CLI

1 Like

great, thank you!

1 Like