-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updated info for how to clone datasets properly #1608
Conversation
```bash | ||
git clone https://huggingface.co/datasets/<your-username>/<your-dataset-name> | ||
cd <your-dataset-name> | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you put this right after the model example (so before the SSH example)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Co-authored-by: Julien Chaumond <julien@huggingface.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update @v2thegreat <3
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Updated info for how to clone datasets properly (huggingface#1608)
Hi! I spent 10 minutes on this, wondering what I was doing wrong. Once I figured it out, I thought I'd amend this.
Thanks for the good work that you do!