Skip to content

Commit 5cd7b8b

Browse files
authored
Added information for cloning datasets
1 parent cb0f33c commit 5cd7b8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/hub/repositories-getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ cd <your-model-name>
9595

9696
You'll need to add your SSH public key to [your user settings](https://huggingface.co/settings/keys) to push changes or access private repositories.
9797

98+
Note: You'll need to modify your path differently when cloning datasets
99+
100+
```bash
101+
git clone https://huggingface.co/datasets/<your-username>/<your-dataset-name>
102+
cd <your-dataset-name>
103+
```
98104

99105
### Set up
100106

0 commit comments

Comments
 (0)