Paper4Review commited on
Commit
deb1da5
·
verified ·
1 Parent(s): d8b7e42

Update README for Laion archive parts

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -19,22 +19,24 @@ Compressed per-dataset tar.zst archives for SmartRoute-related FilterVector benc
19
 
20
  ## Repository Layout
21
 
22
- Each dataset is stored at the repository root as a separate `.tar.zst` archive.
23
 
24
- Included archives:
 
 
 
25
  - `Laion.tar.zst`
26
-
27
- ## Archive Contents
28
-
29
- Each archive may include:
30
-
31
- - directories whose names end with `random_300`
32
- - `{dataset}_base_labels.txt`
33
- - `*_base.bin` and/or `*_base.fvecs`
34
- - pre-compressed `*.zst` variants when available
35
 
36
  ## Notes
37
 
38
  - Repository visibility at upload time: `public`
39
- - Archives are uploaded one dataset at a time with `hf upload`.
40
- - Decompress with `tar --zstd -xf <dataset>.tar.zst`.
 
19
 
20
  ## Repository Layout
21
 
22
+ Each dataset is stored at the repository root as a separate archive or archive part.
23
 
24
+ Included files:
25
+ - `Amazon.tar.zst`
26
+ - `BookReviews.tar.zst`
27
+ - `Genome.tar.zst`
28
  - `Laion.tar.zst`
29
+ - `Laion.tar.zst.part-000`
30
+ - `Laion.tar.zst.part-001`
31
+ - `Laion.tar.zst.part-002`
32
+ - `Laion.tar.zst.part-003`
33
+ - `Music.tar.zst`
34
+ - `Reviews.tar.zst`
35
+ - `Tiktok.tar.zst`
36
+ - `VariousImg.tar.zst`
 
37
 
38
  ## Notes
39
 
40
  - Repository visibility at upload time: `public`
41
+ - Laion is split into multiple parts for more reliable upload.
42
+ - Merge with `cat Laion.tar.zst.part-* > Laion.tar.zst` and then extract using `tar --zstd -xf Laion.tar.zst`.