xhluca commited on
Commit
e665e9c
1 Parent(s): f2a6770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -101,6 +101,7 @@ To use the raw data, you will need to use the `huggingface_hub`:
101
  ```python
102
  from huggingface_hub import snapshot_download
103
 
 
104
  snapshot_download(repo_id="McGill-NLP/WebLINX-full", repo_type="dataset", local_dir="./wl_data")
105
 
106
  # You can download specific demos, for example
 
101
  ```python
102
  from huggingface_hub import snapshot_download
103
 
104
+ # If you want to download the complete dataset (may take a while!)
105
  snapshot_download(repo_id="McGill-NLP/WebLINX-full", repo_type="dataset", local_dir="./wl_data")
106
 
107
  # You can download specific demos, for example