File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,13 @@ git clone https://huggingface.co/<your-username>/<your-model-name>
8787cd < 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+
9097You can clone over SSH with the following command:
9198``` bash
9299git clone
[email protected] :
< your-username
> /
< your-model-name
> @@ -95,12 +102,6 @@ cd <your-model-name>
95102
96103You'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
You can’t perform that action at this time.
0 commit comments