Datasets:
Update README for Laion archive parts
Browse files
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
|
| 23 |
|
| 24 |
-
Included
|
|
|
|
|
|
|
|
|
|
| 25 |
- `Laion.tar.zst`
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
-
|
| 32 |
-
- `
|
| 33 |
-
- `
|
| 34 |
-
- pre-compressed `*.zst` variants when available
|
| 35 |
|
| 36 |
## Notes
|
| 37 |
|
| 38 |
- Repository visibility at upload time: `public`
|
| 39 |
-
-
|
| 40 |
-
-
|
|
|
|
| 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`.
|