Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
wanng commited on
Commit
fb88708
·
verified ·
1 Parent(s): c372b2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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