lewtun HF staff commited on
Commit
f17222c
1 Parent(s): 4d2af3f

Fix cookiecutter URL

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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://github.com/oughtinc/raft_submission.git
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: