We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0f33c commit 5cd7b8bCopy full SHA for 5cd7b8b
docs/hub/repositories-getting-started.md
@@ -95,6 +95,12 @@ cd <your-model-name>
95
96
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.
97
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
+```
104
105
### Set up
106
0 commit comments