Add V16 broad EventChunk-SFT dataset card
Browse files
README.md
CHANGED
|
@@ -40,8 +40,12 @@ game/research/formal/artifacts/v16_scales/sft_v16_scale100_mixture/
|
|
| 40 |
```
|
| 41 |
|
| 42 |
Their image references are repository-relative paths rooted at
|
| 43 |
-
`game/research/formal/`.
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
## Format
|
| 47 |
|
|
|
|
| 40 |
```
|
| 41 |
|
| 42 |
Their image references are repository-relative paths rooted at
|
| 43 |
+
`game/research/formal/`. The complete release is stored under `archives/` as
|
| 44 |
+
uncompressed tar shards plus `SHA256SUMS`, avoiding millions of separate Hub
|
| 45 |
+
objects. Verify the checksums and extract every shard from the directory where
|
| 46 |
+
the dataset checkout lives, for example: `for f in archives/*.tar; do tar -xf
|
| 47 |
+
"$f"; done`. This recreates the original directory layout so the `images`
|
| 48 |
+
values resolve without rewriting.
|
| 49 |
|
| 50 |
## Format
|
| 51 |
|