Datasets:
Update README.md
Browse files
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
|