Skip to content

Commit b91db67

Browse files
authored
Update repositories-getting-started.md
1 parent 5cd7b8b commit b91db67

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/hub/repositories-getting-started.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ git clone https://huggingface.co/<your-username>/<your-model-name>
8787
cd <your-model-name>
8888
```
8989

90+
Note: You'll need to modify your path differently when cloning datasets
91+
92+
```bash
93+
git clone https://huggingface.co/datasets/<your-username>/<your-dataset-name>
94+
cd <your-dataset-name>
95+
```
96+
9097
You can clone over SSH with the following command:
9198
```bash
9299
git clone [email protected]:<your-username>/<your-model-name>
@@ -95,12 +102,6 @@ cd <your-model-name>
95102

96103
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.
97104

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-
```
104105

105106
### Set up
106107

0 commit comments

Comments
 (0)