MinghaoNing commited on
Commit
691c49b
·
verified ·
1 Parent(s): 18fc9bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -24,6 +24,23 @@ size_categories:
24
 
25
  ![DatasetExample.jpg](https://cdn-uploads.huggingface.co/production/uploads/6866f8a4985e9f14ccefffe5/LeurjkJvnrD-HfW_kfKFV.jpeg)
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ## 📖 Citation
28
 
29
  If you use CoInfra, please cite:
 
24
 
25
  ![DatasetExample.jpg](https://cdn-uploads.huggingface.co/production/uploads/6866f8a4985e9f14ccefffe5/LeurjkJvnrD-HfW_kfKFV.jpeg)
26
 
27
+
28
+ ## Extraction Instructions
29
+ The archives are compressed using `zstd` for fast decompression. To extract the dataset, you need to have `zstd` installed. You can install it via package managers like `apt`, `brew`.
30
+
31
+ **To extract an archive, use the following command:**
32
+ ```bash
33
+ tar --use-compress-program=zstd -xf [archive_file.tar.zst]
34
+ ```
35
+
36
+ **To extract all archives in a directory, you can use:**
37
+ ```bash
38
+ for archive in *.tar.zst; do
39
+ echo "Extracting $archive..."
40
+ tar --use-compress-program=zstd -xf "$archive"
41
+ done
42
+ ```
43
+
44
  ## 📖 Citation
45
 
46
  If you use CoInfra, please cite: