Skip to content

Commit

Permalink
Updated info for how to clone datasets properly (huggingface#1608)
Browse files Browse the repository at this point in the history
* Added information for cloning datasets

* Update repositories-getting-started.md

* Update docs/hub/repositories-getting-started.md

Co-authored-by: Julien Chaumond <julien@huggingface.co>

---------

Co-authored-by: vb <vaibhavs10@gmail.com>
Co-authored-by: Julien Chaumond <julien@huggingface.co>
  • Loading branch information
3 people authored Feb 17, 2025
1 parent cb0f33c commit 78ab508
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/hub/repositories-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ git clone https://huggingface.co/<your-username>/<your-model-name>
cd <your-model-name>
```

Or for a dataset repo:

```bash
git clone https://huggingface.co/datasets/<your-username>/<your-dataset-name>
cd <your-dataset-name>
```

You can clone over SSH with the following command:
```bash
git clone git@hf.co:<your-username>/<your-model-name>
Expand Down

0 comments on commit 78ab508

Please # to comment.