Fix cookiecutter URL
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ The next step is to create a template repository on your local machine that cont
|
|
| 22 |
# Install the following libraries if you don't have them
|
| 23 |
pip install cookiecutter huggingface-hub==0.0.16
|
| 24 |
# Create the template repository
|
| 25 |
-
cookiecutter https://
|
| 26 |
```
|
| 27 |
|
| 28 |
This will ask you to specify your Hugging Face Hub username, password, and the name of the repository:
|
|
|
|
| 22 |
# Install the following libraries if you don't have them
|
| 23 |
pip install cookiecutter huggingface-hub==0.0.16
|
| 24 |
# Create the template repository
|
| 25 |
+
cookiecutter git+https://huggingface.co/datasets/ought/raft-submission
|
| 26 |
```
|
| 27 |
|
| 28 |
This will ask you to specify your Hugging Face Hub username, password, and the name of the repository:
|