Cloning a dataset over SSH:
git clone git@hf.co:datasets/<username>/<name of dataset>
To clone a space over SSH, replace datasets
with spaces
. To clone a model, use git@hf.co:<username>/<name of model>
.
Reference: Getting Started with Repositories