Tom Aarsen commited on
Commit
eaebf27
1 Parent(s): 6128735

Update README to reflect new cookiecutter params

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -34,12 +34,13 @@ pip install cookiecutter huggingface-hub==0.13.4
34
  cookiecutter git+https://huggingface.co/datasets/ought/raft-submission
35
  ```
36
 
37
- This will ask you to specify your Hugging Face Hub username, password, and the name of the repository:
 
38
 
39
  ```
40
- hf_hub_username [<huggingface>]:
41
- hf_hub_password [<password>]:
42
- repo_name [<my-raft-submissions>]:
43
  ```
44
 
45
  This will trigger the following steps:
 
34
  cookiecutter git+https://huggingface.co/datasets/ought/raft-submission
35
  ```
36
 
37
+ This will ask you to specify your Hugging Face Hub username, a Hugging Face [access token](https://huggingface.co/settings/tokens)
38
+ with write permissions, and the name of the repository:
39
 
40
  ```
41
+ hf_hub_username [huggingface]:
42
+ hf_access_token [hf_access_token]:
43
+ repo_name [my-raft-submissions]:
44
  ```
45
 
46
  This will trigger the following steps: