Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,18 @@ This dataset contains 14M samples with PIN format.
|
|
33 |
|
34 |
## 0 Usage
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
Decompression
|
37 |
|
38 |
```bash
|
|
|
33 |
|
34 |
## 0 Usage
|
35 |
|
36 |
+
Download ALL files
|
37 |
+
|
38 |
+
```bash
|
39 |
+
huggingface-cli download m-a-p/PIN-14M --repo-type=dataset --resume-download --local-dir "your_local_path"
|
40 |
+
```
|
41 |
+
|
42 |
+
Download ONLY **Jsonl** files
|
43 |
+
|
44 |
+
```bash
|
45 |
+
huggingface-cli download m-a-p/PIN-14M --repo-type=dataset --resume-download --include "*.jsonl" --local-dir "your_local_path"
|
46 |
+
```
|
47 |
+
|
48 |
Decompression
|
49 |
|
50 |
```bash
|