Datasets:
Fix typo
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ This will download 18 TB to your local drive.
|
|
| 24 |
If you want to be more precise with what you are downloading, download the repo like this:
|
| 25 |
|
| 26 |
```bash
|
| 27 |
-
GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 --branch
|
| 28 |
```
|
| 29 |
|
| 30 |
The `git clone` command in this variant will download a bunch of stub files that Git LFS uses, so you can see all the filenames that exist that way.
|
|
|
|
| 24 |
If you want to be more precise with what you are downloading, download the repo like this:
|
| 25 |
|
| 26 |
```bash
|
| 27 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 --branch mC4_3.1.0 https://huggingface.co/datasets/allenai/c4
|
| 28 |
```
|
| 29 |
|
| 30 |
The `git clone` command in this variant will download a bunch of stub files that Git LFS uses, so you can see all the filenames that exist that way.
|