Datasets:
Commit ·
2dc5434
1
Parent(s): a78b99d
Update README.md
Browse files
README.md
CHANGED
|
@@ -114,7 +114,7 @@ You can also add `-s` to increase the number of connections, e.g. `-s 10` (defau
|
|
| 114 |
|
| 115 |
To get the exact file counts that are used for The Stack in the above script (`LANG_TO_FILES`), you can follow the below:
|
| 116 |
|
| 117 |
-
Fetch all files (does not download them, so should be fast): `GIT_LFS_SKIP_SMUDGE=1 git clone git@
|
| 118 |
Then run:
|
| 119 |
```python
|
| 120 |
import os
|
|
|
|
| 114 |
|
| 115 |
To get the exact file counts that are used for The Stack in the above script (`LANG_TO_FILES`), you can follow the below:
|
| 116 |
|
| 117 |
+
Fetch all files (does not download them, so should be fast): `GIT_LFS_SKIP_SMUDGE=1 git clone https://git:<YOUR_HF_HUB_ACCESS_TOKEN>@huggingface.co/datasets/allenai/dolma.git`
|
| 118 |
Then run:
|
| 119 |
```python
|
| 120 |
import os
|